#521504

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

Shades of Red Oxide #521504

Tints of Red Oxide #521504

Color information

#521504 (or 0x521504) is unknown color: approx Red Oxide. HEX triplet: 52, 15 and 04. RGB value is (82,21,4). Sum of RGB (Red+Green+Blue) = 82+21+4=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521504 is #ADEAFB. Grayscale: #252525. Windows color (decimal): -11397884 or 267602. OLE color: 267602.

HSL color Cylindrical-coordinate representation of color #521504: hue angle of 13.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #521504 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB82214-
CMYK00.740.950.68
HSL13.08º90.7%16.86%-
HSV(B)13.08º95.12%32.16%-
XYZ3.772.340.37-
YUV37.3109.21159.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=76.64%
G=19.63%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8221400.740.950.6813.0890.716.86
Hex5215404A5F44d5b11
Octal12225401121371041513321
Binary10100101010110001001010101111110001001101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521504; }

 p { color: rgb(82,21,4); }

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

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

 a { background-color: rgb(82,21,4); }

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

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

 span { border-color: rgb(82,21,4); }

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