#521216

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

Shades of Bordeaux #521216

Tints of Bordeaux #521216

Color information

#521216 (or 0x521216) is unknown color: approx Bordeaux. HEX triplet: 52, 12 and 16. RGB value is (82,18,22). Sum of RGB (Red+Green+Blue) = 82+18+22=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #521216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521216 is #ADEDE9. Grayscale: #252525. Windows color (decimal): -11398634 or 1446482. OLE color: 1446482.

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

Color convert

RGB821822-
CMYK00.780.730.68
HSL356.25º64%19.61%-
HSV(B)356.25º78.05%32.16%-
XYZ3.842.281-
YUV37.59119.2159.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.21%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=67.21%
G=14.75%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82182200.780.730.68356.256419.61
Hex52121604E49441644014
Octal1222226011611110454410024
Binary101001010010101100100111010010011000100101100100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521216; }

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

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

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

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

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

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

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

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