#521529

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

Shades of Bordeaux #521529

Tints of Bordeaux #521529

Color information

#521529 (or 0x521529) is unknown color: approx Bordeaux. HEX triplet: 52, 15 and 29. RGB value is (82,21,41). Sum of RGB (Red+Green+Blue) = 82+21+41=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #521529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521529 is #ADEAD6. Grayscale: #292929. Windows color (decimal): -11397847 or 2692434. OLE color: 2692434.

HSL color Cylindrical-coordinate representation of color #521529: hue angle of 340.33º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521529 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB822141-
CMYK00.740.500.68
HSL340.33º59.22%20.2%-
HSV(B)340.33º74.39%32.16%-
XYZ4.152.492.36-
YUV41.52127.71156.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=56.94%
G=14.58%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82214100.740.500.68340.3359.2220.2
Hex52152904A32441543b14
Octal12225510112621045247324
Binary10100101010110100101001010110010100010010101010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521529; }

 p { color: rgb(82,21,41); }

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

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

 a { background-color: rgb(82,21,41); }

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

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

 span { border-color: rgb(82,21,41); }

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