#54171F

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

Shades of Bordeaux #54171F

Tints of Bordeaux #54171F

Color information

#54171F (or 0x54171F) is unknown color: approx Bordeaux. HEX triplet: 54, 17 and 1F. RGB value is (84,23,31). Sum of RGB (Red+Green+Blue) = 84+23+31=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #54171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54171F is #ABE8E0. Grayscale: #2A2A2A. Windows color (decimal): -11266273 or 2037588. OLE color: 2037588.

HSL color Cylindrical-coordinate representation of color #54171F: hue angle of 352.13º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54171F is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB842331-
CMYK00.730.630.67
HSL352.13º57.01%20.98%-
HSV(B)352.13º72.62%32.94%-
XYZ4.212.61.58-
YUV42.15121.71157.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=60.87%
G=16.67%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84233100.730.630.67352.1357.0120.98
Hex54171F0493F431603915
Octal12427370111771035407125
Binary1010100101111111101001001111111100001110110000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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