#511C0C

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

Shades of Caput Mortuum #511C0C

Tints of Caput Mortuum #511C0C

Color information

#511C0C (or 0x511C0C) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1C and 0C. RGB value is (81,28,12). Sum of RGB (Red+Green+Blue) = 81+28+12=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C0C is #AEE3F3. Grayscale: #2A2A2A. Windows color (decimal): -11461620 or 793681. OLE color: 793681.

HSL color Cylindrical-coordinate representation of color #511C0C: hue angle of 13.91º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511C0C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB812812-
CMYK00.650.850.68
HSL13.91º74.19%18.24%-
HSV(B)13.91º85.19%31.76%-
XYZ3.872.610.65-
YUV42.02111.06155.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=66.94%
G=23.14%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81281200.650.850.6813.9174.1918.24
Hex511CC0415544e4a12
Octal121341401011251041611222
Binary101000111100110001000001101010110001001110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,28,12); }

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

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

 a { background-color: rgb(81,28,12); }

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

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

 span { border-color: rgb(81,28,12); }

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