#59281A

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

Shades of Caput Mortuum #59281A

Tints of Caput Mortuum #59281A

Color information

#59281A (or 0x59281A) is unknown color: approx Caput Mortuum. HEX triplet: 59, 28 and 1A. RGB value is (89,40,26). Sum of RGB (Red+Green+Blue) = 89+40+26=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59281A is #A6D7E5. Grayscale: #353535. Windows color (decimal): -10934246 or 1714265. OLE color: 1714265.

HSL color Cylindrical-coordinate representation of color #59281A: hue angle of 13.33º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59281A is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB894026-
CMYK00.550.710.65
HSL13.33º54.78%22.55%-
HSV(B)13.33º70.79%34.9%-
XYZ5.073.721.43-
YUV53.05112.73153.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=57.42%
G=25.81%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89402600.550.710.6513.3354.7822.55
Hex59281A0374741d3717
Octal1315032067107101156727
Binary101100110100011010011011110001111000001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59281A; }

 p { color: rgb(89,40,26); }

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

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

 a { background-color: rgb(89,40,26); }

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

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

 span { border-color: rgb(89,40,26); }

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