#591507

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

Shades of Red Oxide #591507

Tints of Red Oxide #591507

Color information

#591507 (or 0x591507) is unknown color: approx Red Oxide. HEX triplet: 59, 15 and 07. RGB value is (89,21,7). Sum of RGB (Red+Green+Blue) = 89+21+7=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #591507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591507 is #A6EAF8. Grayscale: #272727. Windows color (decimal): -10939129 or 464217. OLE color: 464217.

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

Color convert

RGB89217-
CMYK00.760.920.65
HSL10.24º85.42%18.82%-
HSV(B)10.24º92.13%34.9%-
XYZ4.432.680.48-
YUV39.74109.53163.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=76.07%
G=17.95%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8921700.760.920.6510.2485.4218.82
Hex5915704C5C41a5513
Octal13125701141341011212523
Binary10110011010111101001100101110010000011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591507; }

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

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

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

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

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

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

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

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