#581705

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

Shades of Red Oxide #581705

Tints of Red Oxide #581705

Color information

#581705 (or 0x581705) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 05. RGB value is (88,23,5). Sum of RGB (Red+Green+Blue) = 88+23+5=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #581705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581705 is #A7E8FA. Grayscale: #282828. Windows color (decimal): -11004155 or 333656. OLE color: 333656.

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

Color convert

RGB88235-
CMYK00.740.940.65
HSL13.01º89.25%18.24%-
HSV(B)13.01º94.32%34.51%-
XYZ4.362.70.43-
YUV40.38108.03161.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.86%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=75.86%
G=19.83%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823500.740.940.6513.0189.2518.24
Hex5817504A5E41d5912
Octal13027501121361011513122
Binary10110001011110101001010101111010000011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581705; }

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

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

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

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

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

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

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

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