#520B1A

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

Shades of Bordeaux #520B1A

Tints of Bordeaux #520B1A

Color information

#520B1A (or 0x520B1A) is unknown color: approx Bordeaux. HEX triplet: 52, 0B and 1A. RGB value is (82,11,26). Sum of RGB (Red+Green+Blue) = 82+11+26=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #520B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B1A is #ADF4E5. Grayscale: #212121. Windows color (decimal): -11400422 or 1706834. OLE color: 1706834.

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

Color convert

RGB821126-
CMYK00.870.680.68
HSL347.32º76.34%18.24%-
HSV(B)347.32º86.59%32.16%-
XYZ3.792.111.18-
YUV33.94123.52162.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.91%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=68.91%
G=9.24%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82112600.870.680.68347.3276.3418.24
Hex52B1A057444415b4c12
Octal1221332012710410453311422
Binary10100101011110100101011110001001000100101011011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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