Html Css Color HEX #59210E Caput Mortuum

📋 copy color: '#59210E'

red 89 ◦ green 33 ◦ blue 14

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

Shades of Caput Mortuum #59210E

Tints of Caput Mortuum #59210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.26%

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

R = 65.44%
G = 24.26%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59210E (or 0x59210E) is known color: Caput Mortuum. HEX triplet: 59, 21 and 0E. RGB value is (89,33,14). Sum of RGB (Red+Green+Blue) = 89+33+14=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59210E is #A6DEF1. Grayscale: #2F2F2F. Windows color (decimal): -10936050 or 926041. OLE color: 926041.

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

Color convert

RGB 89 33 14 -
CMYK 0 0.63 0.84 0.65
HSL 15.2º 0.73% 0.2% -
HSV(B) 15.2º 0.84% 0.35% -
XYZ 4.74 3.24 0.79 -
YUV 47.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 89 33 14 0 0.63 0.84 0.65 15.2 0.73 0.2
Hex 59 21 E 0 3F 54 41 F 49 14
Octal 131 41 16 0 77 124 101 17 111 24
Binary 1011001 100001 1110 0 111111 1010100 1000001 1111 1001001 10100

Color Harmonies of #59210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59210E

Black with #59210E

Text Example


Text Example

White with #59210E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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