Html Css Color HEX #541E2B Bordeaux

📋 copy color: '#541E2B'

red 84 ◦ green 30 ◦ blue 43

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

Shades of Bordeaux #541E2B

Tints of Bordeaux #541E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

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

R = 53.5%
G = 19.11%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#541E2B (or 0x541E2B) is known color: Bordeaux. HEX triplet: 54, 1E and 2B. RGB value is (84,30,43). Sum of RGB (Red+Green+Blue) = 84+30+43=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #541E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E2B is #ABE1D4. Grayscale: #2F2F2F. Windows color (decimal): -11264469 or 2825812. OLE color: 2825812.

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

Color convert

RGB 84 30 43 -
CMYK 0 0.64 0.49 0.67
HSL 345.56º 0.47% 0.22% -
HSV(B) 345.56º 0.64% 0.33% -
XYZ 4.56 2.99 2.62 -
YUV 47.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 84 30 43 0 0.64 0.49 0.67 345.56 0.47 0.22
Hex 54 1E 2B 0 40 31 43 15A 2F 16
Octal 124 36 53 0 100 61 103 532 57 26
Binary 1010100 11110 101011 0 1000000 110001 1000011 101011010 101111 10110

Color Harmonies of #541E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E2B

Black with #541E2B

Text Example


Text Example

White with #541E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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