#612419

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

Shades of Caput Mortuum #612419

Tints of Caput Mortuum #612419

Color information

#612419 (or 0x612419) is unknown color: approx Caput Mortuum. HEX triplet: 61, 24 and 19. RGB value is (97,36,25). Sum of RGB (Red+Green+Blue) = 97+36+25=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #612419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612419 is #9EDBE6. Grayscale: #353535. Windows color (decimal): -10410983 or 1647713. OLE color: 1647713.

HSL color Cylindrical-coordinate representation of color #612419: hue angle of 9.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612419 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB973625-
CMYK00.630.740.62
HSL9.17º59.02%23.92%-
HSV(B)9.17º74.23%38.04%-
XYZ5.743.871.37-
YUV52.98112.21159.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=61.39%
G=22.78%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97362500.630.740.629.1759.0223.92
Hex61241903F4A3E93b18
Octal141443107711276117330
Binary11000011001001100101111111001010111110100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612419; }

 p { color: rgb(97,36,25); }

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

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

 a { background-color: rgb(97,36,25); }

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

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

 span { border-color: rgb(97,36,25); }

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