#54101C

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

Shades of Bordeaux #54101C

Tints of Bordeaux #54101C

Color information

#54101C (or 0x54101C) is unknown color: approx Bordeaux. HEX triplet: 54, 10 and 1C. RGB value is (84,16,28). Sum of RGB (Red+Green+Blue) = 84+16+28=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54101C is #ABEFE3. Grayscale: #252525. Windows color (decimal): -11268068 or 1839188. OLE color: 1839188.

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

Color convert

RGB841628-
CMYK00.810.670.67
HSL349.41º68%19.61%-
HSV(B)349.41º80.95%32.94%-
XYZ4.052.341.34-
YUV37.7122.53161.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=65.62%
G=12.5%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84162800.810.670.67349.416819.61
Hex54101C051434315d4414
Octal1242034012110310353510424
Binary101010010000111000101000110000111000011101011101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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