#531327

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

Shades of Bordeaux #531327

Tints of Bordeaux #531327

Color information

#531327 (or 0x531327) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 27. RGB value is (83,19,39). Sum of RGB (Red+Green+Blue) = 83+19+39=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531327 is #ACECD8. Grayscale: #282828. Windows color (decimal): -11332825 or 2560851. OLE color: 2560851.

HSL color Cylindrical-coordinate representation of color #531327: hue angle of 341.25º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531327 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB831939-
CMYK00.770.530.67
HSL341.25º62.75%20%-
HSV(B)341.25º77.11%32.55%-
XYZ4.172.452.17-
YUV40.42127.2158.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=58.87%
G=13.48%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83193900.770.530.67341.2562.7520
Hex53132704D35431553f14
Octal12323470115651035257724
Binary10100111001110011101001101110101100001110101010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531327; }

 p { color: rgb(83,19,39); }

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

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

 a { background-color: rgb(83,19,39); }

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

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

 span { border-color: rgb(83,19,39); }

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