#531E28

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

Shades of Bordeaux #531E28

Tints of Bordeaux #531E28

Color information

#531E28 (or 0x531E28) is unknown color: approx Bordeaux. HEX triplet: 53, 1E and 28. RGB value is (83,30,40). Sum of RGB (Red+Green+Blue) = 83+30+40=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #531E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E28 is #ACE1D7. Grayscale: #2E2E2E. Windows color (decimal): -11330008 or 2629203. OLE color: 2629203.

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

Color convert

RGB833040-
CMYK00.640.520.67
HSL348.68º46.9%22.16%-
HSV(B)348.68º63.86%32.55%-
XYZ4.412.922.34-
YUV46.99124.06153.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=54.25%
G=19.61%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83304000.640.520.67348.6846.922.16
Hex531E28040344315d2f16
Octal12336500100641035355726
Binary10100111111010100001000000110100100001110101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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