#542029

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

Shades of Bordeaux #542029

Tints of Bordeaux #542029

Color information

#542029 (or 0x542029) is unknown color: approx Bordeaux. HEX triplet: 54, 20 and 29. RGB value is (84,32,41). Sum of RGB (Red+Green+Blue) = 84+32+41=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #542029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542029 is #ABDFD6. Grayscale: #303030. Windows color (decimal): -11263959 or 2695252. OLE color: 2695252.

HSL color Cylindrical-coordinate representation of color #542029: hue angle of 349.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542029 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB843241-
CMYK00.620.510.67
HSL349.62º44.83%22.75%-
HSV(B)349.62º61.9%32.94%-
XYZ4.573.082.45-
YUV48.57123.73153.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=53.50%
G=20.38%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84324100.620.510.67349.6244.8322.75
Hex54202903E334315e2d17
Octal1244051076631035365527
Binary10101001000001010010111110110011100001110101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542029; }

 p { color: rgb(84,32,41); }

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

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

 a { background-color: rgb(84,32,41); }

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

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

 span { border-color: rgb(84,32,41); }

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