Html Css Color HEX #591210 Red Oxide

📋 copy color: '#591210'

red 89 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #591210

Tints of Red Oxide #591210

RGB

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

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

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

R = 72.36%
G = 14.63%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#591210 (or 0x591210) is known color: Red Oxide. HEX triplet: 59, 12 and 10. RGB value is (89,18,16). Sum of RGB (Red+Green+Blue) = 89+18+16=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #591210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591210 is #A6EDEF. Grayscale: #272727. Windows color (decimal): -10939888 or 1053273. OLE color: 1053273.

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

Color convert

RGB 89 18 16 -
CMYK 0 0.80 0.82 0.65
HSL 1.64º 0.7% 0.21% -
HSV(B) 1.64º 0.82% 0.35% -
XYZ 4.43 2.59 0.76 -
YUV 39 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 89 18 16 0 0.80 0.82 0.65 1.64 0.7 0.21
Hex 59 12 10 0 50 52 41 2 46 15
Octal 131 22 20 0 120 122 101 2 106 25
Binary 1011001 10010 10000 0 1010000 1010010 1000001 10 1000110 10101

Color Harmonies of #591210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591210

Black with #591210

Text Example


Text Example

White with #591210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591210; }

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

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

background-color css

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

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

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

border-color css

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

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

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