#54162A

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

Shades of Bordeaux #54162A

Tints of Bordeaux #54162A

Color information

#54162A (or 0x54162A) is unknown color: approx Bordeaux. HEX triplet: 54, 16 and 2A. RGB value is (84,22,42). Sum of RGB (Red+Green+Blue) = 84+22+42=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54162A is #ABE9D5. Grayscale: #2A2A2A. Windows color (decimal): -11266518 or 2758228. OLE color: 2758228.

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

Color convert

RGB842242-
CMYK00.740.50.67
HSL340.65º58.49%20.78%-
HSV(B)340.65º73.81%32.94%-
XYZ4.362.632.47-
YUV42.82127.54157.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=56.76%
G=14.86%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84224200.740.50.67340.6558.4920.78
Hex54162A04A32431553a15
Octal12426520112621035257225
Binary10101001011010101001001010110010100001110101010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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