#521200

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

Shades of Red Oxide #521200

Tints of Red Oxide #521200

Color information

#521200 (or 0x521200) is unknown color: approx Red Oxide. HEX triplet: 52, 12 and 00. RGB value is (82,18,0). Sum of RGB (Red+Green+Blue) = 82+18+0=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #521200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521200 is #ADEDFF. Grayscale: #232323. Windows color (decimal): -11398656 or 4690. OLE color: 4690.

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

Color convert

RGB82180-
CMYK00.7810.68
HSL13.17º100%16.08%-
HSV(B)13.17º100%32.16%-
XYZ3.72.230.23-
YUV35.08108.2161.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 82%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 0 (0.39% from 255) = 0%
R=82%
G=18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8218000.7810.6813.1710016.08
Hex5212004E6444d6410
Octal12222001161441041514420
Binary101001010010001001110110010010001001101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521200; }

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

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

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

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

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

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

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

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