Html Css Color HEX #591105 Red Oxide

📋 copy color: '#591105'

red 89 ◦ green 17 ◦ blue 5

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

Shades of Red Oxide #591105

Tints of Red Oxide #591105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.32%

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 80.18%
G = 15.32%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#591105 (or 0x591105) is known color: Red Oxide. HEX triplet: 59, 11 and 05. RGB value is (89,17,5). Sum of RGB (Red+Green+Blue) = 89+17+5=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #591105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591105 is #A6EEFA. Grayscale: #252525. Windows color (decimal): -10940155 or 332121. OLE color: 332121.

HSL color Cylindrical-coordinate representation of color #591105: hue angle of 8.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #591105 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 5 -
CMYK 0 0.81 0.94 0.65
HSL 8.57º 0.89% 0.18% -
HSV(B) 8.57º 0.94% 0.35% -
XYZ 4.35 2.54 0.4 -
YUV 37.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 89 17 5 0 0.81 0.94 0.65 8.57 0.89 0.18
Hex 59 11 5 0 51 5E 41 9 59 12
Octal 131 21 5 0 121 136 101 11 131 22
Binary 1011001 10001 101 0 1010001 1011110 1000001 1001 1011001 10010

Color Harmonies of #591105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591105

Black with #591105

Text Example


Text Example

White with #591105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591105; }

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

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

background-color css

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

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

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

border-color css

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

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

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