Html Css Color HEX #541C29 Bordeaux

📋 copy color: '#541C29'

red 84 ◦ green 28 ◦ blue 41

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

Shades of Bordeaux #541C29

Tints of Bordeaux #541C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 54.9%
G = 18.3%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#541C29 (or 0x541C29) is known color: Bordeaux. HEX triplet: 54, 1C and 29. RGB value is (84,28,41). Sum of RGB (Red+Green+Blue) = 84+28+41=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #541C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C29 is #ABE3D6. Grayscale: #2E2E2E. Windows color (decimal): -11264983 or 2694228. OLE color: 2694228.

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

Color convert

RGB 84 28 41 -
CMYK 0 0.67 0.51 0.67
HSL 346.07º 0.5% 0.22% -
HSV(B) 346.07º 0.67% 0.33% -
XYZ 4.47 2.88 2.42 -
YUV 46.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 84 28 41 0 0.67 0.51 0.67 346.07 0.5 0.22
Hex 54 1C 29 0 43 33 43 15A 32 16
Octal 124 34 51 0 103 63 103 532 62 26
Binary 1010100 11100 101001 0 1000011 110011 1000011 101011010 110010 10110

Color Harmonies of #541C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C29

Black with #541C29

Text Example


Text Example

White with #541C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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