#521D2C

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

Shades of Bordeaux #521D2C

Tints of Bordeaux #521D2C

Color information

#521D2C (or 0x521D2C) is unknown color: approx Bordeaux. HEX triplet: 52, 1D and 2C. RGB value is (82,29,44). Sum of RGB (Red+Green+Blue) = 82+29+44=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D2C is #ADE2D3. Grayscale: #2E2E2E. Windows color (decimal): -11395796 or 2891090. OLE color: 2891090.

HSL color Cylindrical-coordinate representation of color #521D2C: hue angle of 343.02º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D2C is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB822944-
CMYK00.650.460.68
HSL343.02º47.75%21.76%-
HSV(B)343.02º64.63%32.16%-
XYZ4.372.852.7-
YUV46.56126.56153.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=52.90%
G=18.71%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82294400.650.460.68343.0247.7521.76
Hex521D2C0412E441573016
Octal12235540101561045276026
Binary10100101110110110001000001101110100010010101011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521D2C; }

 p { color: rgb(82,29,44); }

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

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

 a { background-color: rgb(82,29,44); }

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

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

 span { border-color: rgb(82,29,44); }

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