#511F1A

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

Shades of Caput Mortuum #511F1A

Tints of Caput Mortuum #511F1A

Color information

#511F1A (or 0x511F1A) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1F and 1A. RGB value is (81,31,26). Sum of RGB (Red+Green+Blue) = 81+31+26=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F1A is #AEE0E5. Grayscale: #2D2D2D. Windows color (decimal): -11460838 or 1711953. OLE color: 1711953.

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

Color convert

RGB813126-
CMYK00.620.680.68
HSL5.45º51.4%20.98%-
HSV(B)5.45º67.9%31.76%-
XYZ4.072.81.3-
YUV45.38117.06153.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=58.70%
G=22.46%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81312600.620.680.685.4551.420.98
Hex511F1A03E444453315
Octal121373207610410456325
Binary1010001111111101001111101000100100010010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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