#521404

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

Shades of Red Oxide #521404

Tints of Red Oxide #521404

Color information

#521404 (or 0x521404) is unknown color: approx Red Oxide. HEX triplet: 52, 14 and 04. RGB value is (82,20,4). Sum of RGB (Red+Green+Blue) = 82+20+4=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521404 is #ADEBFB. Grayscale: #242424. Windows color (decimal): -11398140 or 267346. OLE color: 267346.

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

Color convert

RGB82204-
CMYK00.760.950.68
HSL12.31º90.7%16.86%-
HSV(B)12.31º95.12%32.16%-
XYZ3.752.30.36-
YUV36.71109.54160.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 77.36%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=77.36%
G=18.87%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8220400.760.950.6812.3190.716.86
Hex5214404C5F44c5b11
Octal12224401141371041413321
Binary10100101010010001001100101111110001001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521404; }

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

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

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

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

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

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

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

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