#54212A

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

Shades of Bordeaux #54212A

Tints of Bordeaux #54212A

Color information

#54212A (or 0x54212A) is unknown color: approx Bordeaux. HEX triplet: 54, 21 and 2A. RGB value is (84,33,42). Sum of RGB (Red+Green+Blue) = 84+33+42=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #54212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54212A is #ABDED5. Grayscale: #313131. Windows color (decimal): -11263702 or 2761044. OLE color: 2761044.

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

Color convert

RGB843342-
CMYK00.610.50.67
HSL349.41º43.59%22.94%-
HSV(B)349.41º60.71%32.94%-
XYZ4.623.142.55-
YUV49.27123.9152.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=52.83%
G=20.75%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84334200.610.50.67349.4143.5922.94
Hex54212A03D324315d2c17
Octal1244152075621035355427
Binary10101001000011010100111101110010100001110101110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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