Html Css Color HEX #59130F Red Oxide

📋 copy color: '#59130F'

red 89 ◦ green 19 ◦ blue 15

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

Shades of Red Oxide #59130F

Tints of Red Oxide #59130F

RGB

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

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

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

R = 72.36%
G = 15.45%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59130F (or 0x59130F) is known color: Red Oxide. HEX triplet: 59, 13 and 0F. RGB value is (89,19,15). Sum of RGB (Red+Green+Blue) = 89+19+15=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #59130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59130F is #A6ECF0. Grayscale: #272727. Windows color (decimal): -10939633 or 987993. OLE color: 987993.

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

Color convert

RGB 89 19 15 -
CMYK 0 0.79 0.83 0.65
HSL 3.24º 0.71% 0.2% -
HSV(B) 3.24º 0.83% 0.35% -
XYZ 4.44 2.62 0.72 -
YUV 39.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 89 19 15 0 0.79 0.83 0.65 3.24 0.71 0.2
Hex 59 13 F 0 4F 53 41 3 47 14
Octal 131 23 17 0 117 123 101 3 107 24
Binary 1011001 10011 1111 0 1001111 1010011 1000001 11 1000111 10100

Color Harmonies of #59130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59130F

Black with #59130F

Text Example


Text Example

White with #59130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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