#61200F

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

Shades of Caput Mortuum #61200F

Tints of Caput Mortuum #61200F

Color information

#61200F (or 0x61200F) is unknown color: approx Caput Mortuum. HEX triplet: 61, 20 and 0F. RGB value is (97,32,15). Sum of RGB (Red+Green+Blue) = 97+32+15=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61200F is #9EDFF0. Grayscale: #313131. Windows color (decimal): -10412017 or 991329. OLE color: 991329.

HSL color Cylindrical-coordinate representation of color #61200F: hue angle of 12.44º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61200F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB973215-
CMYK00.670.850.62
HSL12.44º73.21%21.96%-
HSV(B)12.44º84.54%38.04%-
XYZ5.533.610.86-
YUV49.5108.53161.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=67.36%
G=22.22%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97321500.670.850.6212.4473.2121.96
Hex6120F043553Ec4916
Octal14140170103125761411126
Binary110000110000011110100001110101011111101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61200F; }

 p { color: rgb(97,32,15); }

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

<style>
 a { background-color: #61200F; }

 a { background-color: rgb(97,32,15); }

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

<style>
 span { border-color: #61200F; }

 span { border-color: rgb(97,32,15); }

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