#54192C

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

Shades of Bordeaux #54192C

Tints of Bordeaux #54192C

Color information

#54192C (or 0x54192C) is unknown color: approx Bordeaux. HEX triplet: 54, 19 and 2C. RGB value is (84,25,44). Sum of RGB (Red+Green+Blue) = 84+25+44=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54192C is #ABE6D3. Grayscale: #2C2C2C. Windows color (decimal): -11265748 or 2890068. OLE color: 2890068.

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

Color convert

RGB842544-
CMYK00.700.480.67
HSL340.68º54.13%21.37%-
HSV(B)340.68º70.24%32.94%-
XYZ4.462.762.68-
YUV44.81127.55155.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=54.90%
G=16.34%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84254400.700.480.67340.6854.1321.37
Hex54192C04630431553615
Octal12431540106601035256625
Binary10101001100110110001000110110000100001110101010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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