Html Css Color HEX #591310 Red Oxide

📋 copy color: '#591310'

red 89 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #591310

Tints of Red Oxide #591310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 71.77%
G = 15.32%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#591310 (or 0x591310) is known color: Red Oxide. HEX triplet: 59, 13 and 10. RGB value is (89,19,16). Sum of RGB (Red+Green+Blue) = 89+19+16=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #591310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591310 is #A6ECEF. Grayscale: #272727. Windows color (decimal): -10939632 or 1053529. OLE color: 1053529.

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

Color convert

RGB 89 19 16 -
CMYK 0 0.79 0.82 0.65
HSL 2.47º 0.7% 0.21% -
HSV(B) 2.47º 0.82% 0.35% -
XYZ 4.45 2.63 0.76 -
YUV 39.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 89 19 16 0 0.79 0.82 0.65 2.47 0.7 0.21
Hex 59 13 10 0 4F 52 41 2 46 15
Octal 131 23 20 0 117 122 101 2 106 25
Binary 1011001 10011 10000 0 1001111 1010010 1000001 10 1000110 10101

Color Harmonies of #591310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591310

Black with #591310

Text Example


Text Example

White with #591310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591310; }

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

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

background-color css

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

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

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

border-color css

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

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

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