#511C11

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

Shades of Caput Mortuum #511C11

Tints of Caput Mortuum #511C11

Color information

#511C11 (or 0x511C11) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1C and 11. RGB value is (81,28,17). Sum of RGB (Red+Green+Blue) = 81+28+17=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #511C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C11 is #AEE3EE. Grayscale: #2A2A2A. Windows color (decimal): -11461615 or 1121361. OLE color: 1121361.

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

Color convert

RGB812817-
CMYK00.650.790.68
HSL10.31º65.31%19.22%-
HSV(B)10.31º79.01%31.76%-
XYZ3.912.620.83-
YUV42.59113.56155.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=64.29%
G=22.22%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81281700.650.790.6810.3165.3119.22
Hex511C110414F44a4113
Octal121342101011171041210123
Binary1010001111001000101000001100111110001001010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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