#59120D

Color #59120D Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #59120D

Tints of Red Oxide #59120D

Color information

#59120D (or 0x59120D) is unknown color: approx Red Oxide. HEX triplet: 59, 12 and 0D. RGB value is (89,18,13). Sum of RGB (Red+Green+Blue) = 89+18+13=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59120D is #A6EDF2. Grayscale: #262626. Windows color (decimal): -10939891 or 856665. OLE color: 856665.

HSL color Cylindrical-coordinate representation of color #59120D: hue angle of 3.95º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59120D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB891813-
CMYK00.800.850.65
HSL3.95º74.51%20%-
HSV(B)3.95º85.39%34.9%-
XYZ4.412.590.65-
YUV38.66113.52163.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=74.17%
G=15%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89181300.800.850.653.9574.5120
Hex5912D050554144b14
Octal13122150120125101411324
Binary10110011001011010101000010101011000001100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59120D; }

 p { color: rgb(89,18,13); }

 H1.HeaderClassName
 {
   color: #59120D;
 }
 .AnyTagClassName
 {
   color: #59120D;
 }
</style>
background-color css

<style>
 a { background-color: #59120D; }

 a { background-color: rgb(89,18,13); }

 div.DivClassName
 {
   background-color: #59120D;
 }
 .BgClassName
 {
   background-color: #59120D;
 }
</style>
border-color css

<style>
 span { border-color: #59120D; }

 span { border-color: rgb(89,18,13); }

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