Html Css Color HEX #59150E Red Oxide

📋 copy color: '#59150E'

red 89 ◦ green 21 ◦ blue 14

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

Shades of Red Oxide #59150E

Tints of Red Oxide #59150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.29%

R = 71.77%
G = 16.94%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59150E (or 0x59150E) is known color: Red Oxide. HEX triplet: 59, 15 and 0E. RGB value is (89,21,14). Sum of RGB (Red+Green+Blue) = 89+21+14=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #59150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59150E is #A6EAF1. Grayscale: #282828. Windows color (decimal): -10939122 or 922969. OLE color: 922969.

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

Color convert

RGB 89 21 14 -
CMYK 0 0.76 0.84 0.65
HSL 5.6º 0.73% 0.2% -
HSV(B) 5.6º 0.84% 0.35% -
XYZ 4.47 2.69 0.7 -
YUV 40.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 89 21 14 0 0.76 0.84 0.65 5.6 0.73 0.2
Hex 59 15 E 0 4C 54 41 6 49 14
Octal 131 25 16 0 114 124 101 6 111 24
Binary 1011001 10101 1110 0 1001100 1010100 1000001 110 1001001 10100

Color Harmonies of #59150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59150E

Black with #59150E

Text Example


Text Example

White with #59150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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