#581606

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

Shades of Red Oxide #581606

Tints of Red Oxide #581606

Color information

#581606 (or 0x581606) is unknown color: approx Red Oxide. HEX triplet: 58, 16 and 06. RGB value is (88,22,6). Sum of RGB (Red+Green+Blue) = 88+22+6=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #581606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581606 is #A7E9F9. Grayscale: #282828. Windows color (decimal): -11004410 or 398936. OLE color: 398936.

HSL color Cylindrical-coordinate representation of color #581606: hue angle of 11.71º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #581606 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB88226-
CMYK00.750.930.65
HSL11.71º87.23%18.43%-
HSV(B)11.71º93.18%34.51%-
XYZ4.342.660.46-
YUV39.91108.87162.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.86%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 6 (2.73% from 255) = 5.17%
R=75.86%
G=18.97%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822600.750.930.6511.7187.2318.43
Hex5816604B5D41c5712
Octal13026601131351011412722
Binary10110001011011001001011101110110000011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581606; }

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

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

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

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

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

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

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

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