#521A11

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

Shades of Red Oxide #521A11

Tints of Red Oxide #521A11

Color information

#521A11 (or 0x521A11) is unknown color: approx Red Oxide. HEX triplet: 52, 1A and 11. RGB value is (82,26,17). Sum of RGB (Red+Green+Blue) = 82+26+17=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #521A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A11 is #ADE5EE. Grayscale: #292929. Windows color (decimal): -11396591 or 1120850. OLE color: 1120850.

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

Color convert

RGB822617-
CMYK00.680.790.68
HSL8.31º65.66%19.41%-
HSV(B)8.31º79.27%32.16%-
XYZ3.952.570.82-
YUV41.72114.05156.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.6%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=65.6%
G=20.8%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82261700.680.790.688.3165.6619.41
Hex521A110444F4484213
Octal122322101041171041010223
Binary1010010110101000101000100100111110001001000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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