#521514

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

Shades of Red Oxide #521514

Tints of Red Oxide #521514

Color information

#521514 (or 0x521514) is unknown color: approx Red Oxide. HEX triplet: 52, 15 and 14. RGB value is (82,21,20). Sum of RGB (Red+Green+Blue) = 82+21+20=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521514 is #ADEAEB. Grayscale: #272727. Windows color (decimal): -11397868 or 1316178. OLE color: 1316178.

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

Color convert

RGB822120-
CMYK00.740.760.68
HSL0.97º60.78%20%-
HSV(B)0.97º75.61%32.16%-
XYZ3.872.380.92-
YUV39.12117.21158.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=66.67%
G=17.07%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82212000.740.760.680.9760.7820
Hex52151404A4C4413d14
Octal1222524011211410417524
Binary101001010101101000100101010011001000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521514; }

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

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

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

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

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

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

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

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