#54212B

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

Shades of Bordeaux #54212B

Tints of Bordeaux #54212B

Color information

#54212B (or 0x54212B) is unknown color: approx Bordeaux. HEX triplet: 54, 21 and 2B. RGB value is (84,33,43). Sum of RGB (Red+Green+Blue) = 84+33+43=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54212B is #ABDED4. Grayscale: #313131. Windows color (decimal): -11263701 or 2826580. OLE color: 2826580.

HSL color Cylindrical-coordinate representation of color #54212B: hue angle of 348.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54212B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB843343-
CMYK00.610.490.67
HSL348.24º43.59%22.94%-
HSV(B)348.24º60.71%32.94%-
XYZ4.643.152.65-
YUV49.39124.4152.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=52.5%
G=20.62%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84334300.610.490.67348.2443.5922.94
Hex54212B03D314315c2c17
Octal1244153075611035345427
Binary10101001000011010110111101110001100001110101110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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