#580801

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

Shades of Red Oxide #580801

Tints of Red Oxide #580801

Color information

#580801 (or 0x580801) is unknown color: approx Red Oxide. HEX triplet: 58, 08 and 01. RGB value is (88,8,1). Sum of RGB (Red+Green+Blue) = 88+8+1=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580801 is #A7F7FE. Grayscale: #1F1F1F. Windows color (decimal): -11007999 or 67672. OLE color: 67672.

HSL color Cylindrical-coordinate representation of color #580801: hue angle of 4.83º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580801 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB8881-
CMYK00.910.990.65
HSL4.83º97.75%17.45%-
HSV(B)4.83º98.86%34.51%-
XYZ4.122.250.25-
YUV31.12111168.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 90.72%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=90.72%
G=8.25%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888100.910.990.654.8397.7517.45
Hex588105B634156211
Octal1301010133143101514221
Binary1011000100010101101111000111000001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580801; }

 p { color: rgb(88,8,1); }

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

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

 a { background-color: rgb(88,8,1); }

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

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

 span { border-color: rgb(88,8,1); }

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