#591005

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

Shades of Red Oxide #591005

Tints of Red Oxide #591005

Color information

#591005 (or 0x591005) is unknown color: approx Red Oxide. HEX triplet: 59, 10 and 05. RGB value is (89,16,5). Sum of RGB (Red+Green+Blue) = 89+16+5=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #591005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591005 is #A6EFFA. Grayscale: #242424. Windows color (decimal): -10940411 or 331865. OLE color: 331865.

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

Color convert

RGB89165-
CMYK00.820.940.65
HSL7.86º89.36%18.43%-
HSV(B)7.86º94.38%34.9%-
XYZ4.332.510.4-
YUV36.57110.18165.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.91%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=80.91%
G=14.55%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8916500.820.940.657.8689.3618.43
Hex591050525E4185912
Octal13120501221361011013122
Binary10110011000010101010010101111010000011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591005; }

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

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

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

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

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

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

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

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