#54192A

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

Shades of Bordeaux #54192A

Tints of Bordeaux #54192A

Color information

#54192A (or 0x54192A) is unknown color: approx Bordeaux. HEX triplet: 54, 19 and 2A. RGB value is (84,25,42). Sum of RGB (Red+Green+Blue) = 84+25+42=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54192A is #ABE6D5. Grayscale: #2C2C2C. Windows color (decimal): -11265750 or 2758996. OLE color: 2758996.

HSL color Cylindrical-coordinate representation of color #54192A: hue angle of 342.71º 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 #54192A is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB842542-
CMYK00.700.50.67
HSL342.71º54.13%21.37%-
HSV(B)342.71º70.24%32.94%-
XYZ4.422.752.49-
YUV44.58126.55156.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=55.63%
G=16.56%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84254200.700.50.67342.7154.1321.37
Hex54192A04632431573615
Octal12431520106621035276625
Binary10101001100110101001000110110010100001110101011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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