Html Css Color HEX #59200E Caput Mortuum

📋 copy color: '#59200E'

red 89 ◦ green 32 ◦ blue 14

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

Shades of Caput Mortuum #59200E

Tints of Caput Mortuum #59200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.7%

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 65.93%
G = 23.7%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59200E (or 0x59200E) is known color: Caput Mortuum. HEX triplet: 59, 20 and 0E. RGB value is (89,32,14). Sum of RGB (Red+Green+Blue) = 89+32+14=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59200E is #A6DFF1. Grayscale: #2F2F2F. Windows color (decimal): -10936306 or 925785. OLE color: 925785.

HSL color Cylindrical-coordinate representation of color #59200E: hue angle of 14.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59200E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 14 -
CMYK 0 0.64 0.84 0.65
HSL 14.4º 0.73% 0.2% -
HSV(B) 14.4º 0.84% 0.35% -
XYZ 4.72 3.19 0.78 -
YUV 46.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 89 32 14 0 0.64 0.84 0.65 14.4 0.73 0.2
Hex 59 20 E 0 40 54 41 E 49 14
Octal 131 40 16 0 100 124 101 16 111 24
Binary 1011001 100000 1110 0 1000000 1010100 1000001 1110 1001001 10100

Color Harmonies of #59200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59200E

Black with #59200E

Text Example


Text Example

White with #59200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,32,14); }

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

background-color css

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

 a { background-color: rgb(89,32,14); }

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

border-color css

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

 span { border-color: rgb(89,32,14); }

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