#54182C

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

Shades of Bordeaux #54182C

Tints of Bordeaux #54182C

Color information

#54182C (or 0x54182C) is unknown color: approx Bordeaux. HEX triplet: 54, 18 and 2C. RGB value is (84,24,44). Sum of RGB (Red+Green+Blue) = 84+24+44=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54182C is #ABE7D3. Grayscale: #2C2C2C. Windows color (decimal): -11266004 or 2889812. OLE color: 2889812.

HSL color Cylindrical-coordinate representation of color #54182C: hue angle of 340º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54182C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB842444-
CMYK00.710.480.67
HSL340º55.56%21.18%-
HSV(B)340º71.43%32.94%-
XYZ4.442.722.67-
YUV44.22127.88156.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=55.26%
G=15.79%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84244400.710.480.6734055.5621.18
Hex54182C04730431543815
Octal12430540107601035247025
Binary10101001100010110001000111110000100001110101010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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