#51180A

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

Shades of Caput Mortuum #51180A

Tints of Caput Mortuum #51180A

Color information

#51180A (or 0x51180A) is unknown color: approx Caput Mortuum. HEX triplet: 51, 18 and 0A. RGB value is (81,24,10). Sum of RGB (Red+Green+Blue) = 81+24+10=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51180A is #AEE7F5. Grayscale: #272727. Windows color (decimal): -11462646 or 661585. OLE color: 661585.

HSL color Cylindrical-coordinate representation of color #51180A: hue angle of 11.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51180A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB812410-
CMYK00.700.880.68
HSL11.83º78.02%17.84%-
HSV(B)11.83º87.65%31.76%-
XYZ3.772.420.56-
YUV39.45111.38157.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=70.43%
G=20.87%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81241000.700.880.6811.8378.0217.84
Hex5118A0465844c4e12
Octal121301201061301041411622
Binary101000111000101001000110101100010001001100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51180A; }

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

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

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

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

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

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

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

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