#520D14

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

Shades of Bordeaux #520D14

Tints of Bordeaux #520D14

Color information

#520D14 (or 0x520D14) is unknown color: approx Bordeaux. HEX triplet: 52, 0D and 14. RGB value is (82,13,20). Sum of RGB (Red+Green+Blue) = 82+13+20=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #520D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D14 is #ADF2EB. Grayscale: #222222. Windows color (decimal): -11399916 or 1314130. OLE color: 1314130.

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

Color convert

RGB821320-
CMYK00.840.760.68
HSL353.91º72.63%18.63%-
HSV(B)353.91º84.15%32.16%-
XYZ3.752.130.88-
YUV34.43119.86161.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.30%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=71.30%
G=11.30%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82132000.840.760.68353.9172.6318.63
Hex52D140544C441624913
Octal1221524012411410454211123
Binary10100101101101000101010010011001000100101100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520D14; }

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

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

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

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

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

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

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

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