#54141B

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

Shades of Bordeaux #54141B

Tints of Bordeaux #54141B

Color information

#54141B (or 0x54141B) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 1B. RGB value is (84,20,27). Sum of RGB (Red+Green+Blue) = 84+20+27=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54141B is #ABEBE4. Grayscale: #272727. Windows color (decimal): -11267045 or 1774676. OLE color: 1774676.

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

Color convert

RGB842027-
CMYK00.760.680.67
HSL353.44º61.54%20.39%-
HSV(B)353.44º76.19%32.94%-
XYZ4.12.461.3-
YUV39.93120.7159.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=64.12%
G=15.27%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84202700.760.680.67353.4461.5420.39
Hex54141B04C44431613e14
Octal124243301141041035417624
Binary10101001010011011010011001000100100001110110000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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