Html Css Color HEX #541C2B Bordeaux

📋 copy color: '#541C2B'

red 84 ◦ green 28 ◦ blue 43

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

Shades of Bordeaux #541C2B

Tints of Bordeaux #541C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

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

R = 54.19%
G = 18.06%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#541C2B (or 0x541C2B) is known color: Bordeaux. HEX triplet: 54, 1C and 2B. RGB value is (84,28,43). Sum of RGB (Red+Green+Blue) = 84+28+43=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #541C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C2B is #ABE3D4. Grayscale: #2E2E2E. Windows color (decimal): -11264981 or 2825300. OLE color: 2825300.

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

Color convert

RGB 84 28 43 -
CMYK 0 0.67 0.49 0.67
HSL 343.93º 0.5% 0.22% -
HSV(B) 343.93º 0.67% 0.33% -
XYZ 4.51 2.89 2.61 -
YUV 46.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 84 28 43 0 0.67 0.49 0.67 343.93 0.5 0.22
Hex 54 1C 2B 0 43 31 43 158 32 16
Octal 124 34 53 0 103 61 103 530 62 26
Binary 1010100 11100 101011 0 1000011 110001 1000011 101011000 110010 10110

Color Harmonies of #541C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C2B

Black with #541C2B

Text Example


Text Example

White with #541C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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