#581605

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

Shades of Red Oxide #581605

Tints of Red Oxide #581605

Color information

#581605 (or 0x581605) is unknown color: approx Red Oxide. HEX triplet: 58, 16 and 05. RGB value is (88,22,5). Sum of RGB (Red+Green+Blue) = 88+22+5=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581605 is #A7E9FA. Grayscale: #272727. Windows color (decimal): -11004411 or 333400. OLE color: 333400.

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

Color convert

RGB88225-
CMYK00.750.940.65
HSL12.29º89.25%18.24%-
HSV(B)12.29º94.32%34.51%-
XYZ4.342.660.43-
YUV39.8108.37162.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=76.52%
G=19.13%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822500.750.940.6512.2989.2518.24
Hex5816504B5E41c5912
Octal13026501131361011413122
Binary10110001011010101001011101111010000011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581605; }

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

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

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

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

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

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

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

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