Html Css Color HEX #59221D Caput Mortuum

📋 copy color: '#59221D'

red 89 ◦ green 34 ◦ blue 29

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

Shades of Caput Mortuum #59221D

Tints of Caput Mortuum #59221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 58.55%
G = 22.37%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59221D (or 0x59221D) is known color: Caput Mortuum. HEX triplet: 59, 22 and 1D. RGB value is (89,34,29). Sum of RGB (Red+Green+Blue) = 89+34+29=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59221D is #A6DDE2. Grayscale: #313131. Windows color (decimal): -10935779 or 1909337. OLE color: 1909337.

HSL color Cylindrical-coordinate representation of color #59221D: hue angle of 5º 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 #59221D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 34 29 -
CMYK 0 0.62 0.67 0.65
HSL 0.51% 0.23% -
HSV(B) 0.67% 0.35% -
XYZ 4.91 3.36 1.55 -
YUV 49.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 89 34 29 0 0.62 0.67 0.65 5 0.51 0.23
Hex 59 22 1D 0 3E 43 41 5 33 17
Octal 131 42 35 0 76 103 101 5 63 27
Binary 1011001 100010 11101 0 111110 1000011 1000001 101 110011 10111

Color Harmonies of #59221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59221D

Black with #59221D

Text Example


Text Example

White with #59221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59221D;
 }
 .AnyTagClassName
 {
   color: #59221D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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