Html Css Color HEX #541B2C Bordeaux

📋 copy color: '#541B2C'

red 84 ◦ green 27 ◦ blue 44

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

Shades of Bordeaux #541B2C

Tints of Bordeaux #541B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 54.19%
G = 17.42%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#541B2C (or 0x541B2C) is known color: Bordeaux. HEX triplet: 54, 1B and 2C. RGB value is (84,27,44). Sum of RGB (Red+Green+Blue) = 84+27+44=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #541B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B2C is #ABE4D3. Grayscale: #2D2D2D. Windows color (decimal): -11265236 or 2890580. OLE color: 2890580.

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

Color convert

RGB 84 27 44 -
CMYK 0 0.68 0.48 0.67
HSL 342.11º 0.51% 0.22% -
HSV(B) 342.11º 0.68% 0.33% -
XYZ 4.5 2.85 2.7 -
YUV 45.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 84 27 44 0 0.68 0.48 0.67 342.11 0.51 0.22
Hex 54 1B 2C 0 44 30 43 156 33 16
Octal 124 33 54 0 104 60 103 526 63 26
Binary 1010100 11011 101100 0 1000100 110000 1000011 101010110 110011 10110

Color Harmonies of #541B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B2C

Black with #541B2C

Text Example


Text Example

White with #541B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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