Html Css Color HEX #591600 Red Oxide

📋 copy color: '#591600'

red 89 ◦ green 22 ◦ blue 0

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

Shades of Red Oxide #591600

Tints of Red Oxide #591600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.82%

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

R = 80.18%
G = 19.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#591600 (or 0x591600) is known color: Red Oxide. HEX triplet: 59, 16 and 00. RGB value is (89,22,0). Sum of RGB (Red+Green+Blue) = 89+22+0=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #591600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591600 is #A6E9FF. Grayscale: #272727. Windows color (decimal): -10938880 or 5721. OLE color: 5721.

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

Color convert

RGB 89 22 0 -
CMYK 0 0.75 1 0.65
HSL 14.83º 1% 0.17% -
HSV(B) 14.83º 1% 0.35% -
XYZ 4.41 2.7 0.29 -
YUV 39.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 89 22 0 0 0.75 1 0.65 14.83 1 0.17
Hex 59 16 0 0 4B 64 41 F 64 11
Octal 131 26 0 0 113 144 101 17 144 21
Binary 1011001 10110 0 0 1001011 1100100 1000001 1111 1100100 10001

Color Harmonies of #591600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591600

Black with #591600

Text Example


Text Example

White with #591600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591600; }

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

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

background-color css

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

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

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

border-color css

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

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

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