#531B22

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

Shades of Bordeaux #531B22

Tints of Bordeaux #531B22

Color information

#531B22 (or 0x531B22) is unknown color: approx Bordeaux. HEX triplet: 53, 1B and 22. RGB value is (83,27,34). Sum of RGB (Red+Green+Blue) = 83+27+34=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B22 is #ACE4DD. Grayscale: #2C2C2C. Windows color (decimal): -11330782 or 2235219. OLE color: 2235219.

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

Color convert

RGB832734-
CMYK00.670.590.67
HSL352.5º50.91%21.57%-
HSV(B)352.5º67.47%32.55%-
XYZ4.252.741.82-
YUV44.54122.05155.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=57.64%
G=18.75%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83273400.670.590.67352.550.9121.57
Hex531B220433B431603316
Octal12333420103731035406326
Binary10100111101110001001000011111011100001110110000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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