#520311

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

Shades of Bordeaux #520311

Tints of Bordeaux #520311

Color information

#520311 (or 0x520311) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 11. RGB value is (82,3,17). Sum of RGB (Red+Green+Blue) = 82+3+17=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #520311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520311 is #ADFCEE. Grayscale: #1C1C1C. Windows color (decimal): -11402479 or 1114962. OLE color: 1114962.

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

Color convert

RGB82317-
CMYK00.960.790.68
HSL349.37º92.94%16.67%-
HSV(B)349.37º96.34%32.16%-
XYZ3.611.90.71-
YUV28.22121.67166.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 80.39%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=80.39%
G=2.94%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8231700.960.790.68349.3792.9416.67
Hex523110604F4415d5d11
Octal122321014011710453513521
Binary101001011100010110000010011111000100101011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520311; }

 p { color: rgb(82,3,17); }

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

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

 a { background-color: rgb(82,3,17); }

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

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

 span { border-color: rgb(82,3,17); }

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