#61200C

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

Shades of Caput Mortuum #61200C

Tints of Caput Mortuum #61200C

Color information

#61200C (or 0x61200C) is unknown color: approx Caput Mortuum. HEX triplet: 61, 20 and 0C. RGB value is (97,32,12). Sum of RGB (Red+Green+Blue) = 97+32+12=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #61200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61200C is #9EDFF3. Grayscale: #313131. Windows color (decimal): -10412020 or 794721. OLE color: 794721.

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

Color convert

RGB973212-
CMYK00.670.880.62
HSL14.12º77.98%21.37%-
HSV(B)14.12º87.63%38.04%-
XYZ5.513.60.75-
YUV49.16107.03162.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=68.79%
G=22.70%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97321200.670.880.6214.1277.9821.37
Hex6120C043583Ee4e15
Octal14140140103130761611625
Binary110000110000011000100001110110001111101110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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