Html Css Color HEX #591110 Red Oxide

📋 copy color: '#591110'

red 89 ◦ green 17 ◦ blue 16

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

Shades of Red Oxide #591110

Tints of Red Oxide #591110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.11%

R = 72.95%
G = 13.93%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#591110 (or 0x591110) is known color: Red Oxide. HEX triplet: 59, 11 and 10. RGB value is (89,17,16). Sum of RGB (Red+Green+Blue) = 89+17+16=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #591110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591110 is #A6EEEF. Grayscale: #262626. Windows color (decimal): -10940144 or 1053017. OLE color: 1053017.

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

Color convert

RGB 89 17 16 -
CMYK 0 0.81 0.82 0.65
HSL 0.82º 0.7% 0.21% -
HSV(B) 0.82º 0.82% 0.35% -
XYZ 4.41 2.56 0.75 -
YUV 38.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 89 17 16 0 0.81 0.82 0.65 0.82 0.7 0.21
Hex 59 11 10 0 51 52 41 1 46 15
Octal 131 21 20 0 121 122 101 1 106 25
Binary 1011001 10001 10000 0 1010001 1010010 1000001 1 1000110 10101

Color Harmonies of #591110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591110

Black with #591110

Text Example


Text Example

White with #591110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591110; }

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

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

background-color css

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

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

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

border-color css

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

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

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