#580404

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

Shades of Red Oxide #580404

Tints of Red Oxide #580404

Color information

#580404 (or 0x580404) is unknown color: approx Red Oxide. HEX triplet: 58, 04 and 04. RGB value is (88,4,4). Sum of RGB (Red+Green+Blue) = 88+4+4=96 (12% of max value = 765). Red value is 88 (34.77% from 255 or 91.67% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 88 - color contains mainly: red. Hex color #580404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580404 is #A7FBFB. Grayscale: #1D1D1D. Windows color (decimal): -11009020 or 263256. OLE color: 263256.

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

Color convert

RGB8844-
CMYK00.950.950.65
HSL91.3%18.04%-
HSV(B)95.45%34.51%-
XYZ4.092.170.32-
YUV29.12113.83170-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 91.67%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=91.67%
G=4.17%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal884400.950.950.65091.318.04
Hex584405F5F4105b12
Octal130440137137101013322
Binary101100010010001011111101111110000010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580404; }

 p { color: rgb(88,4,4); }

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

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

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

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

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

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

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