Html Css Color HEX #59241E Caput Mortuum

📋 copy color: '#59241E'

red 89 ◦ green 36 ◦ blue 30

#59241E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #59241E

Tints of Caput Mortuum #59241E

RGB

 RED value IS 89 (35.16% from 255) = 57.42%

 GREEN value IS 36 (14.45% from 255) = 23.23%

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 57.42%
G = 23.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59241E (or 0x59241E) is known color: Caput Mortuum. HEX triplet: 59, 24 and 1E. RGB value is (89,36,30). Sum of RGB (Red+Green+Blue) = 89+36+30=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59241E is #A6DBE1. Grayscale: #333333. Windows color (decimal): -10935266 or 1975385. OLE color: 1975385.

HSL color Cylindrical-coordinate representation of color #59241E: hue angle of 6.1º 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 #59241E is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 36 30 -
CMYK 0 0.60 0.66 0.65
HSL 6.1º 0.5% 0.23% -
HSV(B) 6.1º 0.66% 0.35% -
XYZ 4.99 3.48 1.64 -
YUV 51.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 89 36 30 0 0.60 0.66 0.65 6.1 0.5 0.23
Hex 59 24 1E 0 3C 42 41 6 32 17
Octal 131 44 36 0 74 102 101 6 62 27
Binary 1011001 100100 11110 0 111100 1000010 1000001 110 110010 10111

Color Harmonies of #59241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59241E

Black with #59241E

Text Example


Text Example

White with #59241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59241E;
 }
 .AnyTagClassName
 {
   color: #59241E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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