#521100

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

Shades of Red Oxide #521100

Tints of Red Oxide #521100

Color information

#521100 (or 0x521100) is unknown color: approx Red Oxide. HEX triplet: 52, 11 and 00. RGB value is (82,17,0). Sum of RGB (Red+Green+Blue) = 82+17+0=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #521100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521100 is #ADEEFF. Grayscale: #222222. Windows color (decimal): -11398912 or 4434. OLE color: 4434.

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

Color convert

RGB82170-
CMYK00.7910.68
HSL12.44º100%16.08%-
HSV(B)12.44º100%32.16%-
XYZ3.682.190.23-
YUV34.5108.53161.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 82.83%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.83%
G=17.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8217000.7910.6812.4410016.08
Hex5211004F6444c6410
Octal12221001171441041414420
Binary101001010001001001111110010010001001100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521100; }

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

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

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

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

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

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

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

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