#511F18

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

Shades of Caput Mortuum #511F18

Tints of Caput Mortuum #511F18

Color information

#511F18 (or 0x511F18) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1F and 18. RGB value is (81,31,24). Sum of RGB (Red+Green+Blue) = 81+31+24=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F18 is #AEE0E7. Grayscale: #2D2D2D. Windows color (decimal): -11460840 or 1580881. OLE color: 1580881.

HSL color Cylindrical-coordinate representation of color #511F18: hue angle of 7.37º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511F18 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB813124-
CMYK00.620.700.68
HSL7.37º54.29%20.59%-
HSV(B)7.37º70.37%31.76%-
XYZ4.052.81.19-
YUV45.15116.06153.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=59.56%
G=22.79%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81312400.620.700.687.3754.2920.59
Hex511F1803E464473615
Octal121373007610610476625
Binary1010001111111100001111101000110100010011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F18; }

 p { color: rgb(81,31,24); }

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

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

 a { background-color: rgb(81,31,24); }

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

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

 span { border-color: rgb(81,31,24); }

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