#54111F

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

Shades of Bordeaux #54111F

Tints of Bordeaux #54111F

Color information

#54111F (or 0x54111F) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 1F. RGB value is (84,17,31). Sum of RGB (Red+Green+Blue) = 84+17+31=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54111F is #ABEEE0. Grayscale: #262626. Windows color (decimal): -11267809 or 2036052. OLE color: 2036052.

HSL color Cylindrical-coordinate representation of color #54111F: hue angle of 347.46º 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 #54111F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB841731-
CMYK00.800.630.67
HSL347.46º66.34%19.8%-
HSV(B)347.46º79.76%32.94%-
XYZ4.12.381.54-
YUV38.63123.7160.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=63.64%
G=12.88%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84173100.800.630.67347.4666.3419.8
Hex54111F0503F4315b4214
Octal124213701207710353310224
Binary10101001000111111010100001111111000011101011011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54111F; }

 p { color: rgb(84,17,31); }

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

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

 a { background-color: rgb(84,17,31); }

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

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

 span { border-color: rgb(84,17,31); }

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