#591407

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

Shades of Red Oxide #591407

Tints of Red Oxide #591407

Color information

#591407 (or 0x591407) is unknown color: approx Red Oxide. HEX triplet: 59, 14 and 07. RGB value is (89,20,7). Sum of RGB (Red+Green+Blue) = 89+20+7=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #591407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591407 is #A6EBF8. Grayscale: #272727. Windows color (decimal): -10939385 or 463961. OLE color: 463961.

HSL color Cylindrical-coordinate representation of color #591407: hue angle of 9.51º 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 #591407 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB89207-
CMYK00.780.920.65
HSL9.51º85.42%18.82%-
HSV(B)9.51º92.13%34.9%-
XYZ4.412.640.48-
YUV39.15109.86163.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.72%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 7 (3.12% from 255) = 6.03%
R=76.72%
G=17.24%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8920700.780.920.659.5185.4218.82
Hex5914704E5C41a5513
Octal13124701161341011212523
Binary10110011010011101001110101110010000011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591407; }

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

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

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

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

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

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

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

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