#580906

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

Shades of Red Oxide #580906

Tints of Red Oxide #580906

Color information

#580906 (or 0x580906) is unknown color: approx Red Oxide. HEX triplet: 58, 09 and 06. RGB value is (88,9,6). Sum of RGB (Red+Green+Blue) = 88+9+6=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #580906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580906 is #A7F6F9. Grayscale: #202020. Windows color (decimal): -11007738 or 395608. OLE color: 395608.

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

Color convert

RGB8896-
CMYK00.900.930.65
HSL2.2º87.23%18.43%-
HSV(B)2.2º93.18%34.51%-
XYZ4.162.280.39-
YUV32.28113.17167.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 85.44%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=85.44%
G=8.74%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889600.900.930.652.287.2318.43
Hex589605A5D4125712
Octal1301160132135101212722
Binary10110001001110010110101011101100000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580906; }

 p { color: rgb(88,9,6); }

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

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

 a { background-color: rgb(88,9,6); }

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

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

 span { border-color: rgb(88,9,6); }

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