#531E2B

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

Shades of Bordeaux #531E2B

Tints of Bordeaux #531E2B

Color information

#531E2B (or 0x531E2B) is unknown color: approx Bordeaux. HEX triplet: 53, 1E and 2B. RGB value is (83,30,43). Sum of RGB (Red+Green+Blue) = 83+30+43=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E2B is #ACE1D4. Grayscale: #2F2F2F. Windows color (decimal): -11330005 or 2825811. OLE color: 2825811.

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

Color convert

RGB833043-
CMYK00.640.480.67
HSL345.28º46.9%22.16%-
HSV(B)345.28º63.86%32.55%-
XYZ4.472.942.62-
YUV47.33125.56153.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=53.21%
G=19.23%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83304300.640.480.67345.2846.922.16
Hex531E2B04030431592f16
Octal12336530100601035315726
Binary10100111111010101101000000110000100001110101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,43); }

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

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

 a { background-color: rgb(83,30,43); }

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

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

 span { border-color: rgb(83,30,43); }

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