#580806

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

Shades of Red Oxide #580806

Tints of Red Oxide #580806

Color information

#580806 (or 0x580806) is unknown color: approx Red Oxide. HEX triplet: 58, 08 and 06. RGB value is (88,8,6). Sum of RGB (Red+Green+Blue) = 88+8+6=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #580806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580806 is #A7F7F9. Grayscale: #1F1F1F. Windows color (decimal): -11007994 or 395352. OLE color: 395352.

HSL color Cylindrical-coordinate representation of color #580806: hue angle of 1.46º 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 #580806 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB8886-
CMYK00.910.930.65
HSL1.46º87.23%18.43%-
HSV(B)1.46º93.18%34.51%-
XYZ4.142.260.39-
YUV31.69113.5168.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 86.27%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=86.27%
G=7.84%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888600.910.930.651.4687.2318.43
Hex588605B5D4115712
Octal1301060133135101112722
Binary1011000100011001011011101110110000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580806; }

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

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

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

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

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

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

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

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