#54141F

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

Shades of Bordeaux #54141F

Tints of Bordeaux #54141F

Color information

#54141F (or 0x54141F) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 1F. RGB value is (84,20,31). Sum of RGB (Red+Green+Blue) = 84+20+31=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54141F is #ABEBE0. Grayscale: #282828. Windows color (decimal): -11267041 or 2036820. OLE color: 2036820.

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

Color convert

RGB842031-
CMYK00.760.630.67
HSL349.69º61.54%20.39%-
HSV(B)349.69º76.19%32.94%-
XYZ4.152.481.56-
YUV40.39122.7159.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=62.22%
G=14.81%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84203100.760.630.67349.6961.5420.39
Hex54141F04C3F4315e3e14
Octal12424370114771035367624
Binary1010100101001111101001100111111100001110101111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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