#521614

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

Shades of Red Oxide #521614

Tints of Red Oxide #521614

Color information

#521614 (or 0x521614) is unknown color: approx Red Oxide. HEX triplet: 52, 16 and 14. RGB value is (82,22,20). Sum of RGB (Red+Green+Blue) = 82+22+20=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521614 is #ADE9EB. Grayscale: #272727. Windows color (decimal): -11397612 or 1316434. OLE color: 1316434.

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

Color convert

RGB822220-
CMYK00.730.760.68
HSL1.94º60.78%20%-
HSV(B)1.94º75.61%32.16%-
XYZ3.892.420.92-
YUV39.71116.88158.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.13%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=66.13%
G=17.74%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82222000.730.760.681.9460.7820
Hex5216140494C4423d14
Octal1222624011111410427524
Binary1010010101101010001001001100110010001001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521614; }

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

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

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

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

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

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

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

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