Html Css Color HEX #591A11 Red Oxide

📋 copy color: '#591A11'

red 89 ◦ green 26 ◦ blue 17

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

Shades of Red Oxide #591A11

Tints of Red Oxide #591A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 67.42%
G = 19.7%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#591A11 (or 0x591A11) is known color: Red Oxide. HEX triplet: 59, 1A and 11. RGB value is (89,26,17). Sum of RGB (Red+Green+Blue) = 89+26+17=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A11 is #A6E5EE. Grayscale: #2B2B2B. Windows color (decimal): -10937839 or 1120857. OLE color: 1120857.

HSL color Cylindrical-coordinate representation of color #591A11: hue angle of 7.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591A11 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 26 17 -
CMYK 0 0.71 0.81 0.65
HSL 7.5º 0.68% 0.21% -
HSV(B) 7.5º 0.81% 0.35% -
XYZ 4.59 2.9 0.85 -
YUV 43.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 89 26 17 0 0.71 0.81 0.65 7.5 0.68 0.21
Hex 59 1A 11 0 47 51 41 8 44 15
Octal 131 32 21 0 107 121 101 10 104 25
Binary 1011001 11010 10001 0 1000111 1010001 1000001 1000 1000100 10101

Color Harmonies of #591A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A11

Black with #591A11

Text Example


Text Example

White with #591A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591A11; }

 p { color: rgb(89,26,17); }

 H1.HeaderClassName
 {
   color: #591A11;
 }
 .AnyTagClassName
 {
   color: #591A11;
 }
</style>

background-color css

<style>
 a { background-color: #591A11; }

 a { background-color: rgb(89,26,17); }

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

border-color css

<style>
 span { border-color: #591A11; }

 span { border-color: rgb(89,26,17); }

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