Html Css Color HEX #59160B Red Oxide

📋 copy color: '#59160B'

red 89 ◦ green 22 ◦ blue 11

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

Shades of Red Oxide #59160B

Tints of Red Oxide #59160B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 72.95%
G = 18.03%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59160B (or 0x59160B) is known color: Red Oxide. HEX triplet: 59, 16 and 0B. RGB value is (89,22,11). Sum of RGB (Red+Green+Blue) = 89+22+11=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #59160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59160B is #A6E9F4. Grayscale: #282828. Windows color (decimal): -10938869 or 726617. OLE color: 726617.

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

Color convert

RGB 89 22 11 -
CMYK 0 0.75 0.88 0.65
HSL 8.46º 0.78% 0.2% -
HSV(B) 8.46º 0.88% 0.35% -
XYZ 4.47 2.72 0.61 -
YUV 40.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 89 22 11 0 0.75 0.88 0.65 8.46 0.78 0.2
Hex 59 16 B 0 4B 58 41 8 4E 14
Octal 131 26 13 0 113 130 101 10 116 24
Binary 1011001 10110 1011 0 1001011 1011000 1000001 1000 1001110 10100

Color Harmonies of #59160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59160B

Black with #59160B

Text Example


Text Example

White with #59160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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