#580703

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

Shades of Red Oxide #580703

Tints of Red Oxide #580703

Color information

#580703 (or 0x580703) is unknown color: approx Red Oxide. HEX triplet: 58, 07 and 03. RGB value is (88,7,3). Sum of RGB (Red+Green+Blue) = 88+7+3=98 (12% of max value = 765). Red value is 88 (34.77% from 255 or 89.80% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 88 - color contains mainly: red. Hex color #580703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580703 is #A7F8FC. Grayscale: #1E1E1E. Windows color (decimal): -11008253 or 198488. OLE color: 198488.

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

Color convert

RGB8873-
CMYK00.920.970.65
HSL2.82º93.41%17.84%-
HSV(B)2.82º96.59%34.51%-
XYZ4.122.230.3-
YUV30.76112.34168.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 89.80%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=89.80%
G=7.14%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal887300.920.970.652.8293.4117.84
Hex587305C614135d12
Octal130730134141101313522
Binary101100011111010111001100001100000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580703; }

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

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

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

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

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

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

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

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