#521A16

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

Shades of Red Oxide #521A16

Tints of Red Oxide #521A16

Color information

#521A16 (or 0x521A16) is unknown color: approx Red Oxide. HEX triplet: 52, 1A and 16. RGB value is (82,26,22). Sum of RGB (Red+Green+Blue) = 82+26+22=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #521A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A16 is #ADE5E9. Grayscale: #2A2A2A. Windows color (decimal): -11396586 or 1448530. OLE color: 1448530.

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

Color convert

RGB822622-
CMYK00.680.730.68
HSL57.69%20.39%-
HSV(B)73.17%32.16%-
XYZ3.992.591.05-
YUV42.29116.55156.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=63.08%
G=20%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82262200.680.730.68457.6920.39
Hex521A16044494443a14
Octal1223226010411110447224
Binary10100101101010110010001001001001100010010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521A16; }

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

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

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

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

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

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

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

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