Html Css Color HEX #542029 Bordeaux

📋 copy color: '#542029'

red 84 ◦ green 32 ◦ blue 41

#542029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #542029

Tints of Bordeaux #542029

RGB

 RED value IS 84 (33.2% from 255) = 53.5%

 GREEN value IS 32 (12.89% from 255) = 20.38%

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 53.5%
G = 20.38%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#542029 (or 0x542029) is known color: 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

RGB 84 32 41 -
CMYK 0 0.62 0.51 0.67
HSL 349.62º 0.45% 0.23% -
HSV(B) 349.62º 0.62% 0.33% -
XYZ 4.57 3.08 2.45 -
YUV 48.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 84 32 41 0 0.62 0.51 0.67 349.62 0.45 0.23
Hex 54 20 29 0 3E 33 43 15E 2D 17
Octal 124 40 51 0 76 63 103 536 55 27
Binary 1010100 100000 101001 0 111110 110011 1000011 101011110 101101 10111

Color Harmonies of #542029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542029

Black with #542029

Text Example


Text Example

White with #542029

Text Example


Text Example

HTML Codes & Css Web 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>