#521C2B

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

Shades of Bordeaux #521C2B

Tints of Bordeaux #521C2B

Color information

#521C2B (or 0x521C2B) is unknown color: approx Bordeaux. HEX triplet: 52, 1C and 2B. RGB value is (82,28,43). Sum of RGB (Red+Green+Blue) = 82+28+43=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2B is #ADE3D4. Grayscale: #2D2D2D. Windows color (decimal): -11396053 or 2825298. OLE color: 2825298.

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

Color convert

RGB822843-
CMYK00.660.480.68
HSL343.33º49.09%21.57%-
HSV(B)343.33º65.85%32.16%-
XYZ4.332.82.6-
YUV45.86126.39153.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=53.59%
G=18.30%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82284300.660.480.68343.3349.0921.57
Hex521C2B04230441573116
Octal12234530102601045276126
Binary10100101110010101101000010110000100010010101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,28,43); }

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

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

 a { background-color: rgb(82,28,43); }

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

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

 span { border-color: rgb(82,28,43); }

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