#531D2B

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

Shades of Bordeaux #531D2B

Tints of Bordeaux #531D2B

Color information

#531D2B (or 0x531D2B) is unknown color: approx Bordeaux. HEX triplet: 53, 1D and 2B. RGB value is (83,29,43). Sum of RGB (Red+Green+Blue) = 83+29+43=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D2B is #ACE2D4. Grayscale: #2E2E2E. Windows color (decimal): -11330261 or 2825555. OLE color: 2825555.

HSL color Cylindrical-coordinate representation of color #531D2B: hue angle of 344.44º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D2B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB832943-
CMYK00.650.480.67
HSL344.44º48.21%21.96%-
HSV(B)344.44º65.06%32.55%-
XYZ4.442.892.61-
YUV46.74125.89153.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=53.55%
G=18.71%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83294300.650.480.67344.4448.2121.96
Hex531D2B04130431583016
Octal12335530101601035306026
Binary10100111110110101101000001110000100001110101100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531D2B; }

 p { color: rgb(83,29,43); }

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

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

 a { background-color: rgb(83,29,43); }

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

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

 span { border-color: rgb(83,29,43); }

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