Html Css Color HEX #59261B Caput Mortuum

📋 copy color: '#59261B'

red 89 ◦ green 38 ◦ blue 27

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

Shades of Caput Mortuum #59261B

Tints of Caput Mortuum #59261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 57.79%
G = 24.68%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59261B (or 0x59261B) is known color: Caput Mortuum. HEX triplet: 59, 26 and 1B. RGB value is (89,38,27). Sum of RGB (Red+Green+Blue) = 89+38+27=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59261B is #A6D9E4. Grayscale: #343434. Windows color (decimal): -10934757 or 1779289. OLE color: 1779289.

HSL color Cylindrical-coordinate representation of color #59261B: hue angle of 10.65º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59261B is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 27 -
CMYK 0 0.57 0.70 0.65
HSL 10.65º 0.53% 0.23% -
HSV(B) 10.65º 0.7% 0.35% -
XYZ 5.01 3.59 1.47 -
YUV 52 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 89 38 27 0 0.57 0.70 0.65 10.65 0.53 0.23
Hex 59 26 1B 0 39 46 41 B 35 17
Octal 131 46 33 0 71 106 101 13 65 27
Binary 1011001 100110 11011 0 111001 1000110 1000001 1011 110101 10111

Color Harmonies of #59261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59261B

Black with #59261B

Text Example


Text Example

White with #59261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59261B; }

 p { color: rgb(89,38,27); }

 H1.HeaderClassName
 {
   color: #59261B;
 }
 .AnyTagClassName
 {
   color: #59261B;
 }
</style>

background-color css

<style>
 a { background-color: #59261B; }

 a { background-color: rgb(89,38,27); }

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

border-color css

<style>
 span { border-color: #59261B; }

 span { border-color: rgb(89,38,27); }

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