#521606

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

Shades of Red Oxide #521606

Tints of Red Oxide #521606

Color information

#521606 (or 0x521606) is unknown color: approx Red Oxide. HEX triplet: 52, 16 and 06. RGB value is (82,22,6). Sum of RGB (Red+Green+Blue) = 82+22+6=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #521606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521606 is #ADE9F9. Grayscale: #262626. Windows color (decimal): -11397626 or 398930. OLE color: 398930.

HSL color Cylindrical-coordinate representation of color #521606: hue angle of 12.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #521606 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB82226-
CMYK00.730.930.68
HSL12.63º86.36%17.25%-
HSV(B)12.63º92.68%32.16%-
XYZ3.82.380.43-
YUV38.12109.88159.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 74.55%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=74.55%
G=20%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8222600.730.930.6812.6386.3617.25
Hex521660495D44d5611
Octal12226601111351041512621
Binary10100101011011001001001101110110001001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521606; }

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

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

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

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

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

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

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

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