Html Css Color HEX #59220F Caput Mortuum

📋 copy color: '#59220F'

red 89 ◦ green 34 ◦ blue 15

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

Shades of Caput Mortuum #59220F

Tints of Caput Mortuum #59220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.64%

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 64.49%
G = 24.64%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59220F (or 0x59220F) is known color: Caput Mortuum. HEX triplet: 59, 22 and 0F. RGB value is (89,34,15). Sum of RGB (Red+Green+Blue) = 89+34+15=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59220F is #A6DDF0. Grayscale: #303030. Windows color (decimal): -10935793 or 991833. OLE color: 991833.

HSL color Cylindrical-coordinate representation of color #59220F: hue angle of 15.41º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59220F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 34 15 -
CMYK 0 0.62 0.83 0.65
HSL 15.41º 0.71% 0.2% -
HSV(B) 15.41º 0.83% 0.35% -
XYZ 4.78 3.3 0.84 -
YUV 48.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 89 34 15 0 0.62 0.83 0.65 15.41 0.71 0.2
Hex 59 22 F 0 3E 53 41 F 47 14
Octal 131 42 17 0 76 123 101 17 107 24
Binary 1011001 100010 1111 0 111110 1010011 1000001 1111 1000111 10100

Color Harmonies of #59220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59220F

Black with #59220F

Text Example


Text Example

White with #59220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,34,15); }

 H1.HeaderClassName
 {
   color: #59220F;
 }
 .AnyTagClassName
 {
   color: #59220F;
 }
</style>

background-color css

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

 a { background-color: rgb(89,34,15); }

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

border-color css

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

 span { border-color: rgb(89,34,15); }

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