#54141C

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

Shades of Bordeaux #54141C

Tints of Bordeaux #54141C

Color information

#54141C (or 0x54141C) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 1C. RGB value is (84,20,28). Sum of RGB (Red+Green+Blue) = 84+20+28=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54141C is #ABEBE3. Grayscale: #282828. Windows color (decimal): -11267044 or 1840212. OLE color: 1840212.

HSL color Cylindrical-coordinate representation of color #54141C: hue angle of 352.5º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54141C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB842028-
CMYK00.760.670.67
HSL352.5º61.54%20.39%-
HSV(B)352.5º76.19%32.94%-
XYZ4.122.471.36-
YUV40.05121.2159.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=63.64%
G=15.15%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84202800.760.670.67352.561.5420.39
Hex54141C04C43431603e14
Octal124243401141031035407624
Binary10101001010011100010011001000011100001110110000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,20,28); }

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

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

 a { background-color: rgb(84,20,28); }

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

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

 span { border-color: rgb(84,20,28); }

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