Html Css Color HEX #59160A Red Oxide

📋 copy color: '#59160A'

red 89 ◦ green 22 ◦ blue 10

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

Shades of Red Oxide #59160A

Tints of Red Oxide #59160A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.26%

R = 73.55%
G = 18.18%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#59160A (or 0x59160A) is known color: Red Oxide. HEX triplet: 59, 16 and 0A. RGB value is (89,22,10). Sum of RGB (Red+Green+Blue) = 89+22+10=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #59160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59160A is #A6E9F5. Grayscale: #282828. Windows color (decimal): -10938870 or 661081. OLE color: 661081.

HSL color Cylindrical-coordinate representation of color #59160A: hue angle of 9.11º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59160A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 10 -
CMYK 0 0.75 0.89 0.65
HSL 9.11º 0.8% 0.19% -
HSV(B) 9.11º 0.89% 0.35% -
XYZ 4.46 2.72 0.58 -
YUV 40.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 89 22 10 0 0.75 0.89 0.65 9.11 0.8 0.19
Hex 59 16 A 0 4B 59 41 9 50 13
Octal 131 26 12 0 113 131 101 11 120 23
Binary 1011001 10110 1010 0 1001011 1011001 1000001 1001 1010000 10011

Color Harmonies of #59160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59160A

Black with #59160A

Text Example


Text Example

White with #59160A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59160A; }

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

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

background-color css

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

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

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

border-color css

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

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

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