Html Css Color HEX #59130E Red Oxide

📋 copy color: '#59130E'

red 89 ◦ green 19 ◦ blue 14

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

Shades of Red Oxide #59130E

Tints of Red Oxide #59130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

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

R = 72.95%
G = 15.57%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59130E (or 0x59130E) is known color: Red Oxide. HEX triplet: 59, 13 and 0E. RGB value is (89,19,14). Sum of RGB (Red+Green+Blue) = 89+19+14=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #59130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59130E is #A6ECF1. Grayscale: #272727. Windows color (decimal): -10939634 or 922457. OLE color: 922457.

HSL color Cylindrical-coordinate representation of color #59130E: hue angle of 4º 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 #59130E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 19 14 -
CMYK 0 0.79 0.84 0.65
HSL 0.73% 0.2% -
HSV(B) 0.84% 0.35% -
XYZ 4.43 2.62 0.69 -
YUV 39.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 89 19 14 0 0.79 0.84 0.65 4 0.73 0.2
Hex 59 13 E 0 4F 54 41 4 49 14
Octal 131 23 16 0 117 124 101 4 111 24
Binary 1011001 10011 1110 0 1001111 1010100 1000001 100 1001001 10100

Color Harmonies of #59130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59130E

Black with #59130E

Text Example


Text Example

White with #59130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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