#54192B

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

Shades of Bordeaux #54192B

Tints of Bordeaux #54192B

Color information

#54192B (or 0x54192B) is unknown color: approx Bordeaux. HEX triplet: 54, 19 and 2B. RGB value is (84,25,43). Sum of RGB (Red+Green+Blue) = 84+25+43=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54192B is #ABE6D4. Grayscale: #2C2C2C. Windows color (decimal): -11265749 or 2824532. OLE color: 2824532.

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

Color convert

RGB842543-
CMYK00.700.490.67
HSL341.69º54.13%21.37%-
HSV(B)341.69º70.24%32.94%-
XYZ4.442.752.58-
YUV44.69127.05156.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=55.26%
G=16.45%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84254300.700.490.67341.6954.1321.37
Hex54192B04631431563615
Octal12431530106611035266625
Binary10101001100110101101000110110001100001110101011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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