Html Css Color HEX #59241F Caput Mortuum

📋 copy color: '#59241F'

red 89 ◦ green 36 ◦ blue 31

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

Shades of Caput Mortuum #59241F

Tints of Caput Mortuum #59241F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.87%

R = 57.05%
G = 23.08%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59241F (or 0x59241F) is known color: Caput Mortuum. HEX triplet: 59, 24 and 1F. RGB value is (89,36,31). Sum of RGB (Red+Green+Blue) = 89+36+31=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59241F is #A6DBE0. Grayscale: #333333. Windows color (decimal): -10935265 or 2040921. OLE color: 2040921.

HSL color Cylindrical-coordinate representation of color #59241F: hue angle of 5.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59241F is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 36 31 -
CMYK 0 0.60 0.65 0.65
HSL 5.17º 0.48% 0.24% -
HSV(B) 5.17º 0.65% 0.35% -
XYZ 5 3.48 1.71 -
YUV 51.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 89 36 31 0 0.60 0.65 0.65 5.17 0.48 0.24
Hex 59 24 1F 0 3C 41 41 5 30 18
Octal 131 44 37 0 74 101 101 5 60 30
Binary 1011001 100100 11111 0 111100 1000001 1000001 101 110000 11000

Color Harmonies of #59241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59241F

Black with #59241F

Text Example


Text Example

White with #59241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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