#531A20

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

Shades of Bordeaux #531A20

Tints of Bordeaux #531A20

Color information

#531A20 (or 0x531A20) is unknown color: approx Bordeaux. HEX triplet: 53, 1A and 20. RGB value is (83,26,32). Sum of RGB (Red+Green+Blue) = 83+26+32=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A20 is #ACE5DF. Grayscale: #2B2B2B. Windows color (decimal): -11331040 or 2103891. OLE color: 2103891.

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

Color convert

RGB832632-
CMYK00.690.610.67
HSL353.68º52.29%21.37%-
HSV(B)353.68º68.67%32.55%-
XYZ4.22.681.66-
YUV43.73121.38156.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=58.87%
G=18.44%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83263200.690.610.67353.6852.2921.37
Hex531A200453D431623415
Octal12332400105751035426425
Binary10100111101010000001000101111101100001110110001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,26,32); }

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

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

 a { background-color: rgb(83,26,32); }

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

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

 span { border-color: rgb(83,26,32); }

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