#591003

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

Shades of Red Oxide #591003

Tints of Red Oxide #591003

Color information

#591003 (or 0x591003) is unknown color: approx Red Oxide. HEX triplet: 59, 10 and 03. RGB value is (89,16,3). Sum of RGB (Red+Green+Blue) = 89+16+3=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #591003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591003 is #A6EFFC. Grayscale: #242424. Windows color (decimal): -10940413 or 200793. OLE color: 200793.

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

Color convert

RGB89163-
CMYK00.820.970.65
HSL9.07º93.48%18.04%-
HSV(B)9.07º96.63%34.9%-
XYZ4.322.50.34-
YUV36.34109.18165.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 82.41%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=82.41%
G=14.81%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8916300.820.970.659.0793.4818.04
Hex59103052614195d12
Octal13120301221411011113522
Binary1011001100001101010010110000110000011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591003; }

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

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

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

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

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

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

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

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