#591504

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

Shades of Red Oxide #591504

Tints of Red Oxide #591504

Color information

#591504 (or 0x591504) is unknown color: approx Red Oxide. HEX triplet: 59, 15 and 04. RGB value is (89,21,4). Sum of RGB (Red+Green+Blue) = 89+21+4=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591504 is #A6EAFB. Grayscale: #272727. Windows color (decimal): -10939132 or 267609. OLE color: 267609.

HSL color Cylindrical-coordinate representation of color #591504: hue angle of 12º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #591504 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB89214-
CMYK00.760.960.65
HSL12º91.4%18.24%-
HSV(B)12º95.51%34.9%-
XYZ4.412.670.4-
YUV39.39108.03163.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=78.07%
G=18.42%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8921400.760.960.651291.418.24
Hex5915404C6041c5b12
Octal13125401141401011413322
Binary10110011010110001001100110000010000011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591504; }

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

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

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

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

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

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

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

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