#520916

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

Shades of Bordeaux #520916

Tints of Bordeaux #520916

Color information

#520916 (or 0x520916) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 16. RGB value is (82,9,22). Sum of RGB (Red+Green+Blue) = 82+9+22=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #520916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520916 is #ADF6E9. Grayscale: #202020. Windows color (decimal): -11400938 or 1444178. OLE color: 1444178.

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

Color convert

RGB82922-
CMYK00.890.730.68
HSL349.32º80.22%17.84%-
HSV(B)349.32º89.02%32.16%-
XYZ3.722.050.96-
YUV32.31122.18163.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 72.57%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=72.57%
G=7.96%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8292200.890.730.68349.3280.2217.84
Hex52916059494415d5012
Octal1221126013111110453512022
Binary10100101001101100101100110010011000100101011101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520916; }

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

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

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

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

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

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

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

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