#512523

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

Shades of Caput Mortuum #512523

Tints of Caput Mortuum #512523

Color information

#512523 (or 0x512523) is unknown color: approx Caput Mortuum. HEX triplet: 51, 25 and 23. RGB value is (81,37,35). Sum of RGB (Red+Green+Blue) = 81+37+35=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512523 is #AEDADC. Grayscale: #313131. Windows color (decimal): -11459293 or 2303313. OLE color: 2303313.

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

Color convert

RGB813735-
CMYK00.540.570.68
HSL2.61º39.66%22.75%-
HSV(B)2.61º56.79%31.76%-
XYZ4.363.191.98-
YUV49.93119.58150.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=52.94%
G=24.18%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81373500.540.570.682.6139.6622.75
Hex512523036394432817
Octal12145430667110435027
Binary1010001100101100011011011011100110001001110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512523; }

 p { color: rgb(81,37,35); }

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

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

 a { background-color: rgb(81,37,35); }

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

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

 span { border-color: rgb(81,37,35); }

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