#541117

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

Shades of Bordeaux #541117

Tints of Bordeaux #541117

Color information

#541117 (or 0x541117) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 17. RGB value is (84,17,23). Sum of RGB (Red+Green+Blue) = 84+17+23=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541117 is #ABEEE8. Grayscale: #252525. Windows color (decimal): -11267817 or 1511764. OLE color: 1511764.

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

Color convert

RGB841723-
CMYK00.800.730.67
HSL354.63º66.34%19.8%-
HSV(B)354.63º79.76%32.94%-
XYZ4.012.351.05-
YUV37.72119.7161.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.74%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=67.74%
G=13.71%
B=18.55%

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
Decimal84172300.800.730.67354.6366.3419.8
Hex54111705049431634214
Octal1242127012011110354310224
Binary101010010001101110101000010010011000011101100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541117; }

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

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

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

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

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

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

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

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