Html Css Color HEX #591510 Red Oxide

📋 copy color: '#591510'

red 89 ◦ green 21 ◦ blue 16

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

Shades of Red Oxide #591510

Tints of Red Oxide #591510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 70.63%
G = 16.67%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#591510 (or 0x591510) is known color: Red Oxide. HEX triplet: 59, 15 and 10. RGB value is (89,21,16). Sum of RGB (Red+Green+Blue) = 89+21+16=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #591510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591510 is #A6EAEF. Grayscale: #282828. Windows color (decimal): -10939120 or 1054041. OLE color: 1054041.

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

Color convert

RGB 89 21 16 -
CMYK 0 0.76 0.82 0.65
HSL 4.11º 0.7% 0.21% -
HSV(B) 4.11º 0.82% 0.35% -
XYZ 4.48 2.7 0.77 -
YUV 40.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 89 21 16 0 0.76 0.82 0.65 4.11 0.7 0.21
Hex 59 15 10 0 4C 52 41 4 46 15
Octal 131 25 20 0 114 122 101 4 106 25
Binary 1011001 10101 10000 0 1001100 1010010 1000001 100 1000110 10101

Color Harmonies of #591510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591510

Black with #591510

Text Example


Text Example

White with #591510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591510; }

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

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

background-color css

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

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

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

border-color css

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

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

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