#580808

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

Shades of Red Oxide #580808

Tints of Red Oxide #580808

Color information

#580808 (or 0x580808) is unknown color: approx Red Oxide. HEX triplet: 58, 08 and 08. RGB value is (88,8,8). Sum of RGB (Red+Green+Blue) = 88+8+8=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580808 is #A7F7F7. Grayscale: #1F1F1F. Windows color (decimal): -11007992 or 526424. OLE color: 526424.

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

Color convert

RGB8888-
CMYK00.910.910.65
HSL83.33%18.82%-
HSV(B)90.91%34.51%-
XYZ4.162.270.45-
YUV31.92114.5168-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 84.62%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=84.62%
G=7.69%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888800.910.910.65083.3318.82
Hex588805B5B4105313
Octal13010100133133101012323
Binary10110001000100001011011101101110000010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580808; }

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

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

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

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

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

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

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

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