#512724

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

Shades of Caput Mortuum #512724

Tints of Caput Mortuum #512724

Color information

#512724 (or 0x512724) is unknown color: approx Caput Mortuum. HEX triplet: 51, 27 and 24. RGB value is (81,39,36). Sum of RGB (Red+Green+Blue) = 81+39+36=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #512724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512724 is #AED8DB. Grayscale: #333333. Windows color (decimal): -11458780 or 2369361. OLE color: 2369361.

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

Color convert

RGB813936-
CMYK00.520.560.68
HSL38.46%22.94%-
HSV(B)55.56%31.76%-
XYZ4.443.332.08-
YUV51.22119.41149.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=51.92%
G=25%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81393600.520.560.68438.4622.94
Hex512724034384442617
Octal12147440647010444627
Binary10100011001111001000110100111000100010010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512724; }

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

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

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

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

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

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

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

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