#54172B

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

Shades of Bordeaux #54172B

Tints of Bordeaux #54172B

Color information

#54172B (or 0x54172B) is unknown color: approx Bordeaux. HEX triplet: 54, 17 and 2B. RGB value is (84,23,43). Sum of RGB (Red+Green+Blue) = 84+23+43=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54172B is #ABE8D4. Grayscale: #2B2B2B. Windows color (decimal): -11266261 or 2824020. OLE color: 2824020.

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

Color convert

RGB842343-
CMYK00.730.490.67
HSL340.33º57.01%20.98%-
HSV(B)340.33º72.62%32.94%-
XYZ4.42.672.57-
YUV43.52127.71156.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=56%
G=15.33%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84234300.730.490.67340.3357.0120.98
Hex54172B04931431543915
Octal12427530111611035247125
Binary10101001011110101101001001110001100001110101010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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