#54162B

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

Shades of Bordeaux #54162B

Tints of Bordeaux #54162B

Color information

#54162B (or 0x54162B) is unknown color: approx Bordeaux. HEX triplet: 54, 16 and 2B. RGB value is (84,22,43). Sum of RGB (Red+Green+Blue) = 84+22+43=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54162B is #ABE9D4. Grayscale: #2A2A2A. Windows color (decimal): -11266517 or 2823764. OLE color: 2823764.

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

Color convert

RGB842243-
CMYK00.740.490.67
HSL339.68º58.49%20.78%-
HSV(B)339.68º73.81%32.94%-
XYZ4.382.632.56-
YUV42.93128.04157.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=56.38%
G=14.77%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84224300.740.490.67339.6858.4920.78
Hex54162B04A31431543a15
Octal12426530112611035247225
Binary10101001011010101101001010110001100001110101010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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