#531116

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

Shades of Bordeaux #531116

Tints of Bordeaux #531116

Color information

#531116 (or 0x531116) is unknown color: approx Bordeaux. HEX triplet: 53, 11 and 16. RGB value is (83,17,22). Sum of RGB (Red+Green+Blue) = 83+17+22=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531116 is #ACEEE9. Grayscale: #252525. Windows color (decimal): -11333354 or 1446227. OLE color: 1446227.

HSL color Cylindrical-coordinate representation of color #531116: hue angle of 355.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531116 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB831722-
CMYK00.800.730.67
HSL355.45º66%19.61%-
HSV(B)355.45º79.52%32.55%-
XYZ3.912.31-
YUV37.3119.37160.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=68.03%
G=13.93%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83172200.800.730.67355.456619.61
Hex53111605049431634214
Octal1232126012011110354310224
Binary101001110001101100101000010010011000011101100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531116; }

 p { color: rgb(83,17,22); }

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

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

 a { background-color: rgb(83,17,22); }

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

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

 span { border-color: rgb(83,17,22); }

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