#520B1B

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

Shades of Bordeaux #520B1B

Tints of Bordeaux #520B1B

Color information

#520B1B (or 0x520B1B) is unknown color: approx Bordeaux. HEX triplet: 52, 0B and 1B. RGB value is (82,11,27). Sum of RGB (Red+Green+Blue) = 82+11+27=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #520B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B1B is #ADF4E4. Grayscale: #222222. Windows color (decimal): -11400421 or 1772370. OLE color: 1772370.

HSL color Cylindrical-coordinate representation of color #520B1B: hue angle of 346.48º 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 #520B1B is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB821127-
CMYK00.870.670.68
HSL346.48º76.34%18.24%-
HSV(B)346.48º86.59%32.16%-
XYZ3.82.111.24-
YUV34.05124.02162.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.33%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=68.33%
G=9.17%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82112700.870.670.68346.4876.3418.24
Hex52B1B057434415a4c12
Octal1221333012710310453211422
Binary10100101011110110101011110000111000100101011010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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