Html Css Color HEX #591200 Red Oxide

📋 copy color: '#591200'

red 89 ◦ green 18 ◦ blue 0

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

Shades of Red Oxide #591200

Tints of Red Oxide #591200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.18%
G = 16.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#591200 (or 0x591200) is known color: Red Oxide. HEX triplet: 59, 12 and 00. RGB value is (89,18,0). Sum of RGB (Red+Green+Blue) = 89+18+0=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #591200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591200 is #A6EDFF. Grayscale: #252525. Windows color (decimal): -10939904 or 4697. OLE color: 4697.

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

Color convert

RGB 89 18 0 -
CMYK 0 0.80 1 0.65
HSL 12.13º 1% 0.17% -
HSV(B) 12.13º 1% 0.35% -
XYZ 4.34 2.56 0.26 -
YUV 37.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 89 18 0 0 0.80 1 0.65 12.13 1 0.17
Hex 59 12 0 0 50 64 41 C 64 11
Octal 131 22 0 0 120 144 101 14 144 21
Binary 1011001 10010 0 0 1010000 1100100 1000001 1100 1100100 10001

Color Harmonies of #591200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591200

Black with #591200

Text Example


Text Example

White with #591200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591200; }

 p { color: rgb(89,18,0); }

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

background-color css

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

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

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

border-color css

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

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

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