#512825

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

Shades of Caput Mortuum #512825

Tints of Caput Mortuum #512825

Color information

#512825 (or 0x512825) is unknown color: approx Caput Mortuum. HEX triplet: 51, 28 and 25. RGB value is (81,40,37). Sum of RGB (Red+Green+Blue) = 81+40+37=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512825 is #AED7DA. Grayscale: #333333. Windows color (decimal): -11458523 or 2435153. OLE color: 2435153.

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

Color convert

RGB814037-
CMYK00.510.540.68
HSL4.09º37.29%23.14%-
HSV(B)4.09º54.32%31.76%-
XYZ4.493.42.17-
YUV51.92119.58148.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=51.27%
G=25.32%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81403700.510.540.684.0937.2923.14
Hex512825033364442517
Octal12150450636610444527
Binary10100011010001001010110011110110100010010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512825; }

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

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

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

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

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

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

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

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