Html Css Color HEX #541D2B Bordeaux

📋 copy color: '#541D2B'

red 84 ◦ green 29 ◦ blue 43

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

Shades of Bordeaux #541D2B

Tints of Bordeaux #541D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

 BLUE value IS 43 (17.19% from 255) = 27.56%

R = 53.85%
G = 18.59%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#541D2B (or 0x541D2B) is known color: Bordeaux. HEX triplet: 54, 1D and 2B. RGB value is (84,29,43). Sum of RGB (Red+Green+Blue) = 84+29+43=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #541D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D2B is #ABE2D4. Grayscale: #2F2F2F. Windows color (decimal): -11264725 or 2825556. OLE color: 2825556.

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

Color convert

RGB 84 29 43 -
CMYK 0 0.65 0.49 0.67
HSL 344.73º 0.49% 0.22% -
HSV(B) 344.73º 0.65% 0.33% -
XYZ 4.53 2.94 2.61 -
YUV 47.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 84 29 43 0 0.65 0.49 0.67 344.73 0.49 0.22
Hex 54 1D 2B 0 41 31 43 159 31 16
Octal 124 35 53 0 101 61 103 531 61 26
Binary 1010100 11101 101011 0 1000001 110001 1000011 101011001 110001 10110

Color Harmonies of #541D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D2B

Black with #541D2B

Text Example


Text Example

White with #541D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,29,43); }

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

background-color css

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

 a { background-color: rgb(84,29,43); }

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

border-color css

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

 span { border-color: rgb(84,29,43); }

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