#581005

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

Shades of Red Oxide #581005

Tints of Red Oxide #581005

Color information

#581005 (or 0x581005) is unknown color: approx Red Oxide. HEX triplet: 58, 10 and 05. RGB value is (88,16,5). Sum of RGB (Red+Green+Blue) = 88+16+5=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #581005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581005 is #A7EFFA. Grayscale: #242424. Windows color (decimal): -11005947 or 331864. OLE color: 331864.

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

Color convert

RGB88165-
CMYK00.820.940.65
HSL7.95º89.25%18.24%-
HSV(B)7.95º94.32%34.51%-
XYZ4.242.460.39-
YUV36.27110.35164.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 80.73%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=80.73%
G=14.68%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8816500.820.940.657.9589.2518.24
Hex581050525E4185912
Octal13020501221361011013122
Binary10110001000010101010010101111010000011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581005; }

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

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

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

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

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

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

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

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