#520b11

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

Shades of Bordeaux #520B11

Tints of Bordeaux #520B11

Color information

#520B11 (or 0x520B11) is unknown color: approx Bordeaux. HEX triplet: 52, 0B and 11. RGB value is (82,11,17). Sum of RGB (Red+Green+Blue) = 82+11+17=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B11 is #ADF4EE. Grayscale: #202020. Windows color (decimal): -11400431 or 1117010. OLE color: 1117010.

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

Color convert

RGB821117-
CMYK00.870.790.68
HSL354.93º76.34%18.24%-
HSV(B)354.93º86.59%32.16%-
XYZ3.72.070.74-
YUV32.91119.02163.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 74.55%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=74.55%
G=10%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82111700.870.790.68354.9376.3418.24
Hex52B110574F441634c12
Octal1221321012711710454311422
Binary10100101011100010101011110011111000100101100011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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