#580D05

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

Shades of Red Oxide #580D05

Tints of Red Oxide #580D05

Color information

#580D05 (or 0x580D05) is unknown color: approx Red Oxide. HEX triplet: 58, 0D and 05. RGB value is (88,13,5). Sum of RGB (Red+Green+Blue) = 88+13+5=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #580D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D05 is #A7F2FA. Grayscale: #222222. Windows color (decimal): -11006715 or 331096. OLE color: 331096.

HSL color Cylindrical-coordinate representation of color #580D05: hue angle of 5.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580D05 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB88135-
CMYK00.850.940.65
HSL5.78º89.25%18.24%-
HSV(B)5.78º94.32%34.51%-
XYZ4.22.370.38-
YUV34.51111.35166.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.02%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=83.02%
G=12.26%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8813500.850.940.655.7889.2518.24
Hex58D50555E4165912
Octal1301550125136101613122
Binary101100011011010101010110111101000001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580D05; }

 p { color: rgb(88,13,5); }

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

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

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

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

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

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

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