#521106

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

Shades of Red Oxide #521106

Tints of Red Oxide #521106

Color information

#521106 (or 0x521106) is unknown color: approx Red Oxide. HEX triplet: 52, 11 and 06. RGB value is (82,17,6). Sum of RGB (Red+Green+Blue) = 82+17+6=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #521106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521106 is #ADEEF9. Grayscale: #232323. Windows color (decimal): -11398906 or 397650. OLE color: 397650.

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

Color convert

RGB82176-
CMYK00.790.930.68
HSL8.68º86.36%17.25%-
HSV(B)8.68º92.68%32.16%-
XYZ3.712.210.4-
YUV35.18111.53161.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.10%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=78.10%
G=16.19%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8217600.790.930.688.6886.3617.25
Hex5211604F5D4495611
Octal12221601171351041112621
Binary10100101000111001001111101110110001001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521106; }

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

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

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

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

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

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

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

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