#512824

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

Shades of Caput Mortuum #512824

Tints of Caput Mortuum #512824

Color information

#512824 (or 0x512824) is unknown color: approx Caput Mortuum. HEX triplet: 51, 28 and 24. RGB value is (81,40,36). Sum of RGB (Red+Green+Blue) = 81+40+36=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #512824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512824 is #AED7DB. Grayscale: #333333. Windows color (decimal): -11458524 or 2369617. OLE color: 2369617.

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

Color convert

RGB814036-
CMYK00.510.560.68
HSL5.33º38.46%22.94%-
HSV(B)5.33º55.56%31.76%-
XYZ4.473.392.09-
YUV51.8119.08148.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=51.59%
G=25.48%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81403600.510.560.685.3338.4622.94
Hex512824033384452617
Octal12150440637010454627
Binary10100011010001001000110011111000100010010110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512824; }

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

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

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

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

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

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

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

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