#531B29

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

Shades of Bordeaux #531B29

Tints of Bordeaux #531B29

Color information

#531B29 (or 0x531B29) is unknown color: approx Bordeaux. HEX triplet: 53, 1B and 29. RGB value is (83,27,41). Sum of RGB (Red+Green+Blue) = 83+27+41=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #531B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B29 is #ACE4D6. Grayscale: #2D2D2D. Windows color (decimal): -11330775 or 2693971. OLE color: 2693971.

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

Color convert

RGB832741-
CMYK00.670.510.67
HSL345º50.91%21.57%-
HSV(B)345º67.47%32.55%-
XYZ4.362.782.41-
YUV45.34125.55154.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=54.97%
G=17.88%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83274100.670.510.6734550.9121.57
Hex531B2904333431593316
Octal12333510103631035316326
Binary10100111101110100101000011110011100001110101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,41); }

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

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

 a { background-color: rgb(83,27,41); }

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

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

 span { border-color: rgb(83,27,41); }

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