#520513

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

Shades of Bordeaux #520513

Tints of Bordeaux #520513

Color information

#520513 (or 0x520513) is unknown color: approx Bordeaux. HEX triplet: 52, 05 and 13. RGB value is (82,5,19). Sum of RGB (Red+Green+Blue) = 82+5+19=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #520513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520513 is #ADFAEC. Grayscale: #1D1D1D. Windows color (decimal): -11401965 or 1246546. OLE color: 1246546.

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

Color convert

RGB82519-
CMYK00.940.770.68
HSL349.09º88.51%17.06%-
HSV(B)349.09º93.9%32.16%-
XYZ3.651.950.8-
YUV29.62122.01165.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 77.36%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=77.36%
G=4.72%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8251900.940.770.68349.0988.5117.06
Hex5251305E4D4415d5911
Octal122523013611510453513121
Binary1010010101100110101111010011011000100101011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520513; }

 p { color: rgb(82,5,19); }

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

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

 a { background-color: rgb(82,5,19); }

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

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

 span { border-color: rgb(82,5,19); }

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