#520E19

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

Shades of Bordeaux #520E19

Tints of Bordeaux #520E19

Color information

#520E19 (or 0x520E19) is unknown color: approx Bordeaux. HEX triplet: 52, 0E and 19. RGB value is (82,14,25). Sum of RGB (Red+Green+Blue) = 82+14+25=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E19 is #ADF1E6. Grayscale: #232323. Windows color (decimal): -11399655 or 1642066. OLE color: 1642066.

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

Color convert

RGB821425-
CMYK00.830.700.68
HSL350.29º70.83%18.82%-
HSV(B)350.29º82.93%32.16%-
XYZ3.812.181.14-
YUV35.59122.03161.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.77%
GREEN value IS 14 (5.86% from 255) = 11.57%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=67.77%
G=11.57%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82142500.830.700.68350.2970.8318.82
Hex52E19053464415e4713
Octal1221631012310610453610723
Binary10100101110110010101001110001101000100101011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,14,25); }

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

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

 a { background-color: rgb(82,14,25); }

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

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

 span { border-color: rgb(82,14,25); }

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