Html Css Color HEX #541129 Bordeaux

📋 copy color: '#541129'

red 84 ◦ green 17 ◦ blue 41

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

Shades of Bordeaux #541129

Tints of Bordeaux #541129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 59.15%
G = 11.97%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#541129 (or 0x541129) is known color: Bordeaux. HEX triplet: 54, 11 and 29. RGB value is (84,17,41). Sum of RGB (Red+Green+Blue) = 84+17+41=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541129 is #ABEED6. Grayscale: #272727. Windows color (decimal): -11267799 or 2691412. OLE color: 2691412.

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

Color convert

RGB 84 17 41 -
CMYK 0 0.80 0.51 0.67
HSL 338.51º 0.66% 0.2% -
HSV(B) 338.51º 0.8% 0.33% -
XYZ 4.26 2.45 2.35 -
YUV 39.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 84 17 41 0 0.80 0.51 0.67 338.51 0.66 0.2
Hex 54 11 29 0 50 33 43 153 42 14
Octal 124 21 51 0 120 63 103 523 102 24
Binary 1010100 10001 101001 0 1010000 110011 1000011 101010011 1000010 10100

Color Harmonies of #541129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541129

Black with #541129

Text Example


Text Example

White with #541129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541129; }

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

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

background-color css

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

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

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

border-color css

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

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

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