Html Css Color HEX #59110F Red Oxide

📋 copy color: '#59110F'

red 89 ◦ green 17 ◦ blue 15

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

Shades of Red Oxide #59110F

Tints of Red Oxide #59110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 73.55%
G = 14.05%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59110F (or 0x59110F) is known color: Red Oxide. HEX triplet: 59, 11 and 0F. RGB value is (89,17,15). Sum of RGB (Red+Green+Blue) = 89+17+15=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #59110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59110F is #A6EEF0. Grayscale: #262626. Windows color (decimal): -10940145 or 987481. OLE color: 987481.

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

Color convert

RGB 89 17 15 -
CMYK 0 0.81 0.83 0.65
HSL 1.62º 0.71% 0.2% -
HSV(B) 1.62º 0.83% 0.35% -
XYZ 4.41 2.56 0.71 -
YUV 38.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 89 17 15 0 0.81 0.83 0.65 1.62 0.71 0.2
Hex 59 11 F 0 51 53 41 2 47 14
Octal 131 21 17 0 121 123 101 2 107 24
Binary 1011001 10001 1111 0 1010001 1010011 1000001 10 1000111 10100

Color Harmonies of #59110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59110F

Black with #59110F

Text Example


Text Example

White with #59110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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