#520B24

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

Shades of Bordeaux #520B24

Tints of Bordeaux #520B24

Color information

#520B24 (or 0x520B24) is unknown color: approx Bordeaux. HEX triplet: 52, 0B and 24. RGB value is (82,11,36). Sum of RGB (Red+Green+Blue) = 82+11+36=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #520B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B24 is #ADF4DB. Grayscale: #232323. Windows color (decimal): -11400412 or 2362194. OLE color: 2362194.

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

Color convert

RGB821136-
CMYK00.870.560.68
HSL338.87º76.34%18.24%-
HSV(B)338.87º86.59%32.16%-
XYZ3.922.161.88-
YUV35.08128.52161.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 11 (4.69% from 255) = 8.53%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=63.57%
G=8.53%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82113600.870.560.68338.8776.3418.24
Hex52B2405738441534c12
Octal122134401277010452311422
Binary10100101011100100010101111110001000100101010011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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