#531220

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

Shades of Bordeaux #531220

Tints of Bordeaux #531220

Color information

#531220 (or 0x531220) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 20. RGB value is (83,18,32). Sum of RGB (Red+Green+Blue) = 83+18+32=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531220 is #ACEDDF. Grayscale: #272727. Windows color (decimal): -11333088 or 2101843. OLE color: 2101843.

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

Color convert

RGB831832-
CMYK00.780.610.67
HSL347.08º64.36%19.8%-
HSV(B)347.08º78.31%32.55%-
XYZ4.042.381.61-
YUV39.03124.03159.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=62.41%
G=13.53%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83183200.780.610.67347.0864.3619.8
Hex53122004E3D4315b4014
Octal123224001167510353310024
Binary101001110010100000010011101111011000011101011011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531220; }

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

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

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

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

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

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

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

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