#63200D

Color #63200D Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #63200D

Tints of Caput Mortuum #63200D

Color information

#63200D (or 0x63200D) is unknown color: approx Caput Mortuum. HEX triplet: 63, 20 and 0D. RGB value is (99,32,13). Sum of RGB (Red+Green+Blue) = 99+32+13=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63200D is #9CDFF2. Grayscale: #323232. Windows color (decimal): -10280947 or 860259. OLE color: 860259.

HSL color Cylindrical-coordinate representation of color #63200D: hue angle of 13.26º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63200D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB993213-
CMYK00.680.870.61
HSL13.26º76.79%21.96%-
HSV(B)13.26º86.87%38.82%-
XYZ5.733.710.8-
YUV49.87107.2163.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=68.75%
G=22.22%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99321300.680.870.6113.2676.7921.96
Hex6320D044573Dd4d16
Octal14340150104127751511526
Binary110001110000011010100010010101111111011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63200D; }

 p { color: rgb(99,32,13); }

 H1.HeaderClassName
 {
   color: #63200D;
 }
 .AnyTagClassName
 {
   color: #63200D;
 }
</style>
background-color css

<style>
 a { background-color: #63200D; }

 a { background-color: rgb(99,32,13); }

 div.DivClassName
 {
   background-color: #63200D;
 }
 .BgClassName
 {
   background-color: #63200D;
 }
</style>
border-color css

<style>
 span { border-color: #63200D; }

 span { border-color: rgb(99,32,13); }

 td.TdClassName
 {
   border-color: #63200D;
 }
 .TagClassName
 {
   border-color: #63200D;
 }
</style>