#521206

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

Shades of Red Oxide #521206

Tints of Red Oxide #521206

Color information

#521206 (or 0x521206) is unknown color: approx Red Oxide. HEX triplet: 52, 12 and 06. RGB value is (82,18,6). Sum of RGB (Red+Green+Blue) = 82+18+6=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521206 is #ADEDF9. Grayscale: #232323. Windows color (decimal): -11398650 or 397906. OLE color: 397906.

HSL color Cylindrical-coordinate representation of color #521206: hue angle of 9.47º 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 #521206 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB82186-
CMYK00.780.930.68
HSL9.47º86.36%17.25%-
HSV(B)9.47º92.68%32.16%-
XYZ3.732.240.41-
YUV35.77111.2160.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 77.36%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=77.36%
G=16.98%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8218600.780.930.689.4786.3617.25
Hex5212604E5D4495611
Octal12222601161351041112621
Binary10100101001011001001110101110110001001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521206; }

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

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

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

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

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

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

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

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