#59261D

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

Shades of Caput Mortuum #59261D

Tints of Caput Mortuum #59261D

Color information

#59261D (or 0x59261D) is unknown color: approx Caput Mortuum. HEX triplet: 59, 26 and 1D. RGB value is (89,38,29). Sum of RGB (Red+Green+Blue) = 89+38+29=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59261D is #A6D9E2. Grayscale: #343434. Windows color (decimal): -10934755 or 1910361. OLE color: 1910361.

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

Color convert

RGB893829-
CMYK00.570.670.65
HSL50.85%23.14%-
HSV(B)67.42%34.9%-
XYZ5.033.61.59-
YUV52.22114.9154.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=57.05%
G=24.36%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89382900.570.670.65950.8523.14
Hex59261D039434193317
Octal1314635071103101116327
Binary101100110011011101011100110000111000001100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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