#581805

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

Shades of Red Oxide #581805

Tints of Red Oxide #581805

Color information

#581805 (or 0x581805) is unknown color: approx Red Oxide. HEX triplet: 58, 18 and 05. RGB value is (88,24,5). Sum of RGB (Red+Green+Blue) = 88+24+5=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #581805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581805 is #A7E7FA. Grayscale: #292929. Windows color (decimal): -11003899 or 333912. OLE color: 333912.

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

Color convert

RGB88245-
CMYK00.730.940.65
HSL13.73º89.25%18.24%-
HSV(B)13.73º94.32%34.51%-
XYZ4.382.740.44-
YUV40.97107.7161.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.21%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=75.21%
G=20.51%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8824500.730.940.6513.7389.2518.24
Hex581850495E41e5912
Octal13030501111361011613122
Binary10110001100010101001001101111010000011110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581805; }

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

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

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

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

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

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

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

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