Html Css Color HEX #59110C Red Oxide

📋 copy color: '#59110C'

red 89 ◦ green 17 ◦ blue 12

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

Shades of Red Oxide #59110C

Tints of Red Oxide #59110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

 BLUE value IS 12 (5.08% from 255) = 10.17%

R = 75.42%
G = 14.41%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59110C (or 0x59110C) is known color: Red Oxide. HEX triplet: 59, 11 and 0C. RGB value is (89,17,12). Sum of RGB (Red+Green+Blue) = 89+17+12=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #59110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59110C is #A6EEF3. Grayscale: #262626. Windows color (decimal): -10940148 or 790873. OLE color: 790873.

HSL color Cylindrical-coordinate representation of color #59110C: hue angle of 3.9º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59110C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 12 -
CMYK 0 0.81 0.87 0.65
HSL 3.9º 0.76% 0.2% -
HSV(B) 3.9º 0.87% 0.35% -
XYZ 4.39 2.55 0.61 -
YUV 37.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 89 17 12 0 0.81 0.87 0.65 3.9 0.76 0.2
Hex 59 11 C 0 51 57 41 4 4C 14
Octal 131 21 14 0 121 127 101 4 114 24
Binary 1011001 10001 1100 0 1010001 1010111 1000001 100 1001100 10100

Color Harmonies of #59110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59110C

Black with #59110C

Text Example


Text Example

White with #59110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59110C; }

 p { color: rgb(89,17,12); }

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

background-color css

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

 a { background-color: rgb(89,17,12); }

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

border-color css

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

 span { border-color: rgb(89,17,12); }

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