Html Css Color HEX #591111 Red Oxide

📋 copy color: '#591111'

red 89 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #591111

Tints of Red Oxide #591111

RGB

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

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

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

R = 72.36%
G = 13.82%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#591111 (or 0x591111) is known color: Red Oxide. HEX triplet: 59, 11 and 11. RGB value is (89,17,17). Sum of RGB (Red+Green+Blue) = 89+17+17=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #591111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591111 is #A6EEEE. Grayscale: #262626. Windows color (decimal): -10940143 or 1118553. OLE color: 1118553.

HSL color Cylindrical-coordinate representation of color #591111: hue angle of 0º 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 #591111 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 17 -
CMYK 0 0.81 0.81 0.65
HSL 0.68% 0.21% -
HSV(B) 0.81% 0.35% -
XYZ 4.42 2.57 0.79 -
YUV 38.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 89 17 17 0 0.81 0.81 0.65 0 0.68 0.21
Hex 59 11 11 0 51 51 41 0 44 15
Octal 131 21 21 0 121 121 101 0 104 25
Binary 1011001 10001 10001 0 1010001 1010001 1000001 0 1000100 10101

Color Harmonies of #591111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591111

Black with #591111

Text Example


Text Example

White with #591111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591111; }

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

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

background-color css

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

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

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

border-color css

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

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

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