#59251E

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

Shades of Caput Mortuum #59251E

Tints of Caput Mortuum #59251E

Color information

#59251E (or 0x59251E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 25 and 1E. RGB value is (89,37,30). Sum of RGB (Red+Green+Blue) = 89+37+30=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59251E is #A6DAE1. Grayscale: #333333. Windows color (decimal): -10935010 or 1975641. OLE color: 1975641.

HSL color Cylindrical-coordinate representation of color #59251E: hue angle of 7.12º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59251E is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB893730-
CMYK00.580.660.65
HSL7.12º49.58%23.33%-
HSV(B)7.12º66.29%34.9%-
XYZ5.023.541.65-
YUV51.75115.73154.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=57.05%
G=23.72%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89373000.580.660.657.1249.5823.33
Hex59251E03A424173217
Octal131453607210210176227
Binary10110011001011111001110101000010100000111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59251E; }

 p { color: rgb(89,37,30); }

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

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

 a { background-color: rgb(89,37,30); }

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

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

 span { border-color: rgb(89,37,30); }

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