#59261F

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

Shades of Caput Mortuum #59261F

Tints of Caput Mortuum #59261F

Color information

#59261F (or 0x59261F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 26 and 1F. RGB value is (89,38,31). Sum of RGB (Red+Green+Blue) = 89+38+31=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59261F is #A6D9E0. Grayscale: #343434. Windows color (decimal): -10934753 or 2041433. OLE color: 2041433.

HSL color Cylindrical-coordinate representation of color #59261F: hue angle of 7.24º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59261F is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB893831-
CMYK00.570.650.65
HSL7.24º48.33%23.53%-
HSV(B)7.24º65.17%34.9%-
XYZ5.063.611.73-
YUV52.45115.9154.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=56.33%
G=24.05%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89383100.570.650.657.2448.3323.53
Hex59261F039414173018
Octal131463707110110176030
Binary10110011001101111101110011000001100000111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59261F; }

 p { color: rgb(89,38,31); }

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

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

 a { background-color: rgb(89,38,31); }

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

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

 span { border-color: rgb(89,38,31); }

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