#512624

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

Shades of Caput Mortuum #512624

Tints of Caput Mortuum #512624

Color information

#512624 (or 0x512624) is unknown color: approx Caput Mortuum. HEX triplet: 51, 26 and 24. RGB value is (81,38,36). Sum of RGB (Red+Green+Blue) = 81+38+36=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #512624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512624 is #AED9DB. Grayscale: #323232. Windows color (decimal): -11459036 or 2369105. OLE color: 2369105.

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

Color convert

RGB813836-
CMYK00.530.560.68
HSL2.67º38.46%22.94%-
HSV(B)2.67º55.56%31.76%-
XYZ4.43.262.07-
YUV50.63119.75149.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=52.26%
G=24.52%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81383600.530.560.682.6738.4622.94
Hex512624035384432617
Octal12146440657010434627
Binary1010001100110100100011010111100010001001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512624; }

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

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

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

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

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

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

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

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