#511C12

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

Shades of Caput Mortuum #511C12

Tints of Caput Mortuum #511C12

Color information

#511C12 (or 0x511C12) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1C and 12. RGB value is (81,28,18). Sum of RGB (Red+Green+Blue) = 81+28+18=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #511C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C12 is #AEE3ED. Grayscale: #2A2A2A. Windows color (decimal): -11461614 or 1186897. OLE color: 1186897.

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

Color convert

RGB812818-
CMYK00.650.780.68
HSL9.52º63.64%19.41%-
HSV(B)9.52º77.78%31.76%-
XYZ3.922.620.87-
YUV42.71114.06155.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 28 (11.33% from 255) = 22.05%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=63.78%
G=22.05%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81281800.650.780.689.5263.6419.41
Hex511C120414E44a4013
Octal121342201011161041210023
Binary1010001111001001001000001100111010001001010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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