#512820

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

Shades of Caput Mortuum #512820

Tints of Caput Mortuum #512820

Color information

#512820 (or 0x512820) is unknown color: approx Caput Mortuum. HEX triplet: 51, 28 and 20. RGB value is (81,40,32). Sum of RGB (Red+Green+Blue) = 81+40+32=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512820 is #AED7DF. Grayscale: #333333. Windows color (decimal): -11458528 or 2107473. OLE color: 2107473.

HSL color Cylindrical-coordinate representation of color #512820: hue angle of 9.8º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512820 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB814032-
CMYK00.510.600.68
HSL9.8º43.36%22.16%-
HSV(B)9.8º60.49%31.76%-
XYZ4.413.371.78-
YUV51.35117.08149.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=52.94%
G=26.14%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81403200.510.600.689.843.3622.16
Hex5128200333C44a2b16
Octal121504006374104125326
Binary101000110100010000001100111111001000100101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512820; }

 p { color: rgb(81,40,32); }

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

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

 a { background-color: rgb(81,40,32); }

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

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

 span { border-color: rgb(81,40,32); }

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