#531320

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

Shades of Bordeaux #531320

Tints of Bordeaux #531320

Color information

#531320 (or 0x531320) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 20. RGB value is (83,19,32). Sum of RGB (Red+Green+Blue) = 83+19+32=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531320 is #ACECDF. Grayscale: #272727. Windows color (decimal): -11332832 or 2102099. OLE color: 2102099.

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

Color convert

RGB831932-
CMYK00.770.610.67
HSL347.81º62.75%20%-
HSV(B)347.81º77.11%32.55%-
XYZ4.062.411.62-
YUV39.62123.7158.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=61.94%
G=14.18%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83193200.770.610.67347.8162.7520
Hex53132004D3D4315c3f14
Octal12323400115751035347724
Binary10100111001110000001001101111101100001110101110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531320; }

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

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

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

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

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

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

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

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