#54162C

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

Shades of Bordeaux #54162C

Tints of Bordeaux #54162C

Color information

#54162C (or 0x54162C) is unknown color: approx Bordeaux. HEX triplet: 54, 16 and 2C. RGB value is (84,22,44). Sum of RGB (Red+Green+Blue) = 84+22+44=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54162C is #ABE9D3. Grayscale: #2B2B2B. Windows color (decimal): -11266516 or 2889300. OLE color: 2889300.

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

Color convert

RGB842244-
CMYK00.740.480.67
HSL338.71º58.49%20.78%-
HSV(B)338.71º73.81%32.94%-
XYZ4.42.642.66-
YUV43.05128.54157.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 22 (8.98% from 255) = 14.67%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=56%
G=14.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84224400.740.480.67338.7158.4920.78
Hex54162C04A30431533a15
Octal12426540112601035237225
Binary10101001011010110001001010110000100001110101001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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