#521E2C

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

Shades of Bordeaux #521E2C

Tints of Bordeaux #521E2C

Color information

#521E2C (or 0x521E2C) is unknown color: approx Bordeaux. HEX triplet: 52, 1E and 2C. RGB value is (82,30,44). Sum of RGB (Red+Green+Blue) = 82+30+44=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521E2C is #ADE1D3. Grayscale: #2F2F2F. Windows color (decimal): -11395540 or 2891346. OLE color: 2891346.

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

Color convert

RGB823044-
CMYK00.630.460.68
HSL343.85º46.43%21.96%-
HSV(B)343.85º63.41%32.16%-
XYZ4.42.92.71-
YUV47.14126.23152.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=52.56%
G=19.23%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82304400.630.460.68343.8546.4321.96
Hex521E2C03F2E441582e16
Octal1223654077561045305626
Binary1010010111101011000111111101110100010010101100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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