#591410

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

Shades of Red Oxide #591410

Tints of Red Oxide #591410

Color information

#591410 (or 0x591410) is unknown color: approx Red Oxide. HEX triplet: 59, 14 and 10. RGB value is (89,20,16). Sum of RGB (Red+Green+Blue) = 89+20+16=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #591410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591410 is #A6EBEF. Grayscale: #282828. Windows color (decimal): -10939376 or 1053785. OLE color: 1053785.

HSL color Cylindrical-coordinate representation of color #591410: hue angle of 3.29º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591410 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB892016-
CMYK00.780.820.65
HSL3.29º69.52%20.59%-
HSV(B)3.29º82.02%34.9%-
XYZ4.462.660.77-
YUV40.17114.36162.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.2%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=71.2%
G=16%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89201600.780.820.653.2969.5220.59
Hex59141004E524134615
Octal13124200116122101310625
Binary10110011010010000010011101010010100000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591410; }

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

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

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

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

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

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

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

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