Html Css Color HEX #591610 Red Oxide

📋 copy color: '#591610'

red 89 ◦ green 22 ◦ blue 16

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

Shades of Red Oxide #591610

Tints of Red Oxide #591610

RGB

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

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

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

R = 70.08%
G = 17.32%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#591610 (or 0x591610) is known color: Red Oxide. HEX triplet: 59, 16 and 10. RGB value is (89,22,16). Sum of RGB (Red+Green+Blue) = 89+22+16=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #591610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591610 is #A6E9EF. Grayscale: #292929. Windows color (decimal): -10938864 or 1054297. OLE color: 1054297.

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

Color convert

RGB 89 22 16 -
CMYK 0 0.75 0.82 0.65
HSL 4.93º 0.7% 0.21% -
HSV(B) 4.93º 0.82% 0.35% -
XYZ 4.5 2.74 0.78 -
YUV 41.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 89 22 16 0 0.75 0.82 0.65 4.93 0.7 0.21
Hex 59 16 10 0 4B 52 41 5 46 15
Octal 131 26 20 0 113 122 101 5 106 25
Binary 1011001 10110 10000 0 1001011 1010010 1000001 101 1000110 10101

Color Harmonies of #591610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591610

Black with #591610

Text Example


Text Example

White with #591610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591610; }

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

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

background-color css

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

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

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

border-color css

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

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

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