#531B21

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

Shades of Bordeaux #531B21

Tints of Bordeaux #531B21

Color information

#531B21 (or 0x531B21) is unknown color: approx Bordeaux. HEX triplet: 53, 1B and 21. RGB value is (83,27,33). Sum of RGB (Red+Green+Blue) = 83+27+33=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B21 is #ACE4DE. Grayscale: #2C2C2C. Windows color (decimal): -11330783 or 2169683. OLE color: 2169683.

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

Color convert

RGB832733-
CMYK00.670.600.67
HSL353.57º50.91%21.57%-
HSV(B)353.57º67.47%32.55%-
XYZ4.232.731.74-
YUV44.43121.55155.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=58.04%
G=18.88%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83273300.670.600.67353.5750.9121.57
Hex531B210433C431623316
Octal12333410103741035426326
Binary10100111101110000101000011111100100001110110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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