#531221

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

Shades of Bordeaux #531221

Tints of Bordeaux #531221

Color information

#531221 (or 0x531221) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 21. RGB value is (83,18,33). Sum of RGB (Red+Green+Blue) = 83+18+33=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531221 is #ACEDDE. Grayscale: #272727. Windows color (decimal): -11333087 or 2167379. OLE color: 2167379.

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

Color convert

RGB831833-
CMYK00.780.600.67
HSL346.15º64.36%19.8%-
HSV(B)346.15º78.31%32.55%-
XYZ4.062.381.68-
YUV39.14124.53159.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=61.94%
G=13.43%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83183300.780.600.67346.1564.3619.8
Hex53122104E3C4315a4014
Octal123224101167410353210024
Binary101001110010100001010011101111001000011101011010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531221; }

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

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

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

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

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

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

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

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