#512B24

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

Shades of Caput Mortuum #512B24

Tints of Caput Mortuum #512B24

Color information

#512B24 (or 0x512B24) is unknown color: approx Caput Mortuum. HEX triplet: 51, 2B and 24. RGB value is (81,43,36). Sum of RGB (Red+Green+Blue) = 81+43+36=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #512B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B24 is #AED4DB. Grayscale: #353535. Windows color (decimal): -11457756 or 2370385. OLE color: 2370385.

HSL color Cylindrical-coordinate representation of color #512B24: hue angle of 9.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 #512B24 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB814336-
CMYK00.470.560.68
HSL9.33º38.46%22.94%-
HSV(B)9.33º55.56%31.76%-
XYZ4.583.62.12-
YUV53.56118.09147.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=50.62%
G=26.88%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81433600.470.560.689.3338.4622.94
Hex512B2402F384492617
Octal121534405770104114627
Binary101000110101110010001011111110001000100100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B24; }

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

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

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

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

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

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

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

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