#531D2A

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

Shades of Bordeaux #531D2A

Tints of Bordeaux #531D2A

Color information

#531D2A (or 0x531D2A) is unknown color: approx Bordeaux. HEX triplet: 53, 1D and 2A. RGB value is (83,29,42). Sum of RGB (Red+Green+Blue) = 83+29+42=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D2A is #ACE2D5. Grayscale: #2E2E2E. Windows color (decimal): -11330262 or 2760019. OLE color: 2760019.

HSL color Cylindrical-coordinate representation of color #531D2A: hue angle of 345.56º 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 #531D2A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB832942-
CMYK00.650.490.67
HSL345.56º48.21%21.96%-
HSV(B)345.56º65.06%32.55%-
XYZ4.422.882.51-
YUV46.63125.39153.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=53.90%
G=18.83%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83294200.650.490.67345.5648.2121.96
Hex531D2A041314315a3016
Octal12335520101611035326026
Binary10100111110110101001000001110001100001110101101011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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