#580F09

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

Shades of Red Oxide #580F09

Tints of Red Oxide #580F09

Color information

#580F09 (or 0x580F09) is unknown color: approx Red Oxide. HEX triplet: 58, 0F and 09. RGB value is (88,15,9). Sum of RGB (Red+Green+Blue) = 88+15+9=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F09 is #A7F0F6. Grayscale: #242424. Windows color (decimal): -11006199 or 593752. OLE color: 593752.

HSL color Cylindrical-coordinate representation of color #580F09: hue angle of 4.56º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580F09 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB88159-
CMYK00.830.900.65
HSL4.56º81.44%19.02%-
HSV(B)4.56º89.77%34.51%-
XYZ4.242.440.5-
YUV36.14112.68164.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 78.57%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=78.57%
G=13.39%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8815900.830.900.654.5681.4419.02
Hex58F90535A4155113
Octal13017110123132101512123
Binary1011000111110010101001110110101000001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580F09; }

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

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

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

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

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

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

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

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