#580907

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

Shades of Red Oxide #580907

Tints of Red Oxide #580907

Color information

#580907 (or 0x580907) is unknown color: approx Red Oxide. HEX triplet: 58, 09 and 07. RGB value is (88,9,7). Sum of RGB (Red+Green+Blue) = 88+9+7=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580907 is #A7F6F8. Grayscale: #202020. Windows color (decimal): -11007737 or 461144. OLE color: 461144.

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

Color convert

RGB8897-
CMYK00.900.920.65
HSL1.48º85.26%18.63%-
HSV(B)1.48º92.05%34.51%-
XYZ4.162.290.42-
YUV32.39113.67167.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 84.62%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=84.62%
G=8.65%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889700.900.920.651.4885.2618.63
Hex589705A5C4115513
Octal1301170132134101112523
Binary1011000100111101011010101110010000011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580907; }

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

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

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

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

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

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

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

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