#54112A

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

Shades of Bordeaux #54112A

Tints of Bordeaux #54112A

Color information

#54112A (or 0x54112A) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 2A. RGB value is (84,17,42). Sum of RGB (Red+Green+Blue) = 84+17+42=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #54112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54112A is #ABEED5. Grayscale: #272727. Windows color (decimal): -11267798 or 2756948. OLE color: 2756948.

HSL color Cylindrical-coordinate representation of color #54112A: hue angle of 337.61º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54112A is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB841742-
CMYK00.800.50.67
HSL337.61º66.34%19.8%-
HSV(B)337.61º79.76%32.94%-
XYZ4.272.452.44-
YUV39.88129.2159.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=58.74%
G=11.89%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84174200.800.50.67337.6166.3419.8
Hex54112A05032431524214
Octal124215201206210352210224
Binary101010010001101010010100001100101000011101010010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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