#54172C

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

Shades of Bordeaux #54172C

Tints of Bordeaux #54172C

Color information

#54172C (or 0x54172C) is unknown color: approx Bordeaux. HEX triplet: 54, 17 and 2C. RGB value is (84,23,44). Sum of RGB (Red+Green+Blue) = 84+23+44=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54172C is #ABE8D3. Grayscale: #2B2B2B. Windows color (decimal): -11266260 or 2889556. OLE color: 2889556.

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

Color convert

RGB842344-
CMYK00.730.480.67
HSL339.34º57.01%20.98%-
HSV(B)339.34º72.62%32.94%-
XYZ4.422.682.67-
YUV43.63128.21156.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=55.63%
G=15.23%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84234400.730.480.67339.3457.0120.98
Hex54172C04930431533915
Octal12427540111601035237125
Binary10101001011110110001001001110000100001110101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54172C; }

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

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

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

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

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

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

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

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