#521116

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

Shades of Bordeaux #521116

Tints of Bordeaux #521116

Color information

#521116 (or 0x521116) is unknown color: approx Bordeaux. HEX triplet: 52, 11 and 16. RGB value is (82,17,22). Sum of RGB (Red+Green+Blue) = 82+17+22=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521116 is #ADEEE9. Grayscale: #252525. Windows color (decimal): -11398890 or 1446226. OLE color: 1446226.

HSL color Cylindrical-coordinate representation of color #521116: hue angle of 355.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521116 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB821722-
CMYK00.790.730.68
HSL355.38º65.66%19.41%-
HSV(B)355.38º79.27%32.16%-
XYZ3.822.250.99-
YUV37.01119.53160.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.77%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=67.77%
G=14.05%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82172200.790.730.68355.3865.6619.41
Hex52111604F49441634213
Octal1222126011711110454310223
Binary101001010001101100100111110010011000100101100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521116; }

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

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

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

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

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

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

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

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