Html Css Color HEX #541429 Bordeaux

📋 copy color: '#541429'

red 84 ◦ green 20 ◦ blue 41

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

Shades of Bordeaux #541429

Tints of Bordeaux #541429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 57.93%
G = 13.79%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#541429 (or 0x541429) is known color: Bordeaux. HEX triplet: 54, 14 and 29. RGB value is (84,20,41). Sum of RGB (Red+Green+Blue) = 84+20+41=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541429 is #ABEBD6. Grayscale: #292929. Windows color (decimal): -11267031 or 2692180. OLE color: 2692180.

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

Color convert

RGB 84 20 41 -
CMYK 0 0.76 0.51 0.67
HSL 340.31º 0.62% 0.2% -
HSV(B) 340.31º 0.76% 0.33% -
XYZ 4.31 2.55 2.36 -
YUV 41.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 84 20 41 0 0.76 0.51 0.67 340.31 0.62 0.2
Hex 54 14 29 0 4C 33 43 154 3E 14
Octal 124 24 51 0 114 63 103 524 76 24
Binary 1010100 10100 101001 0 1001100 110011 1000011 101010100 111110 10100

Color Harmonies of #541429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541429

Black with #541429

Text Example


Text Example

White with #541429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541429; }

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

 H1.HeaderClassName
 {
   color: #541429;
 }
 .AnyTagClassName
 {
   color: #541429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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