#580700

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

Shades of Red Oxide #580700

Tints of Red Oxide #580700

Color information

#580700 (or 0x580700) is unknown color: approx Red Oxide. HEX triplet: 58, 07 and 00. RGB value is (88,7,0). Sum of RGB (Red+Green+Blue) = 88+7+0=95 (12% of max value = 765). Red value is 88 (34.77% from 255 or 92.63% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 88 - color contains mainly: red. Hex color #580700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580700 is #A7F8FF. Grayscale: #1E1E1E. Windows color (decimal): -11008256 or 1880. OLE color: 1880.

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

Color convert

RGB8870-
CMYK00.9210.65
HSL4.77º100%17.25%-
HSV(B)4.77º100%34.51%-
XYZ4.12.230.21-
YUV30.42110.84169.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 92.63%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.63%
G=7.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal887000.9210.654.7710017.25
Hex587005C644156411
Octal130700134144101514421
Binary101100011100101110011001001000001101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580700; }

 p { color: rgb(88,7,0); }

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

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

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

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

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

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

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