#521301

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

Shades of Red Oxide #521301

Tints of Red Oxide #521301

Color information

#521301 (or 0x521301) is unknown color: approx Red Oxide. HEX triplet: 52, 13 and 01. RGB value is (82,19,1). Sum of RGB (Red+Green+Blue) = 82+19+1=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #521301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521301 is #ADECFE. Grayscale: #232323. Windows color (decimal): -11398399 or 70482. OLE color: 70482.

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

Color convert

RGB82191-
CMYK00.770.990.68
HSL13.33º97.59%16.27%-
HSV(B)13.33º98.78%32.16%-
XYZ3.722.260.27-
YUV35.78108.37160.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 80.39%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=80.39%
G=18.63%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8219100.770.990.6813.3397.5916.27
Hex5213104D6344d6210
Octal12223101151431041514220
Binary101001010011101001101110001110001001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521301; }

 p { color: rgb(82,19,1); }

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

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

 a { background-color: rgb(82,19,1); }

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

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

 span { border-color: rgb(82,19,1); }

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