Html Css Color HEX #541B29 Bordeaux

📋 copy color: '#541B29'

red 84 ◦ green 27 ◦ blue 41

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

Shades of Bordeaux #541B29

Tints of Bordeaux #541B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.76%

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

R = 55.26%
G = 17.76%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#541B29 (or 0x541B29) is known color: Bordeaux. HEX triplet: 54, 1B and 29. RGB value is (84,27,41). Sum of RGB (Red+Green+Blue) = 84+27+41=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #541B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B29 is #ABE4D6. Grayscale: #2D2D2D. Windows color (decimal): -11265239 or 2693972. OLE color: 2693972.

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

Color convert

RGB 84 27 41 -
CMYK 0 0.68 0.51 0.67
HSL 345.26º 0.51% 0.22% -
HSV(B) 345.26º 0.68% 0.33% -
XYZ 4.45 2.83 2.41 -
YUV 45.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 84 27 41 0 0.68 0.51 0.67 345.26 0.51 0.22
Hex 54 1B 29 0 44 33 43 159 33 16
Octal 124 33 51 0 104 63 103 531 63 26
Binary 1010100 11011 101001 0 1000100 110011 1000011 101011001 110011 10110

Color Harmonies of #541B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B29

Black with #541B29

Text Example


Text Example

White with #541B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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