Html Css Color HEX #541D2A Bordeaux

📋 copy color: '#541D2A'

red 84 ◦ green 29 ◦ blue 42

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

Shades of Bordeaux #541D2A

Tints of Bordeaux #541D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 54.19%
G = 18.71%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#541D2A (or 0x541D2A) is known color: Bordeaux. HEX triplet: 54, 1D and 2A. RGB value is (84,29,42). Sum of RGB (Red+Green+Blue) = 84+29+42=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #541D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D2A is #ABE2D5. Grayscale: #2E2E2E. Windows color (decimal): -11264726 or 2760020. OLE color: 2760020.

HSL color Cylindrical-coordinate representation of color #541D2A: hue angle of 345.82º 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 #541D2A is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 29 42 -
CMYK 0 0.65 0.5 0.67
HSL 345.82º 0.49% 0.22% -
HSV(B) 345.82º 0.65% 0.33% -
XYZ 4.51 2.93 2.52 -
YUV 46.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 84 29 42 0 0.65 0.5 0.67 345.82 0.49 0.22
Hex 54 1D 2A 0 41 32 43 15A 31 16
Octal 124 35 52 0 101 62 103 532 61 26
Binary 1010100 11101 101010 0 1000001 110010 1000011 101011010 110001 10110

Color Harmonies of #541D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D2A

Black with #541D2A

Text Example


Text Example

White with #541D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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