#531321

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

Shades of Bordeaux #531321

Tints of Bordeaux #531321

Color information

#531321 (or 0x531321) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 21. RGB value is (83,19,33). Sum of RGB (Red+Green+Blue) = 83+19+33=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531321 is #ACECDE. Grayscale: #272727. Windows color (decimal): -11332831 or 2167635. OLE color: 2167635.

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

Color convert

RGB831933-
CMYK00.770.600.67
HSL346.88º62.75%20%-
HSV(B)346.88º77.11%32.55%-
XYZ4.072.411.69-
YUV39.73124.2158.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=61.48%
G=14.07%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83193300.770.600.67346.8862.7520
Hex53132104D3C4315b3f14
Octal12323410115741035337724
Binary10100111001110000101001101111100100001110101101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531321; }

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

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

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

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

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

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

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

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