#521E2B

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

Shades of Bordeaux #521E2B

Tints of Bordeaux #521E2B

Color information

#521E2B (or 0x521E2B) is unknown color: approx Bordeaux. HEX triplet: 52, 1E and 2B. RGB value is (82,30,43). Sum of RGB (Red+Green+Blue) = 82+30+43=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521E2B is #ADE1D4. Grayscale: #2F2F2F. Windows color (decimal): -11395541 or 2825810. OLE color: 2825810.

HSL color Cylindrical-coordinate representation of color #521E2B: hue angle of 345º 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 #521E2B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB823043-
CMYK00.630.480.68
HSL345º46.43%21.96%-
HSV(B)345º63.41%32.16%-
XYZ4.382.92.61-
YUV47.03125.73152.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=52.90%
G=19.35%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82304300.630.480.6834546.4321.96
Hex521E2B03F30441592e16
Octal1223653077601045315626
Binary1010010111101010110111111110000100010010101100110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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