Html Css Color HEX #541D26 Bordeaux

📋 copy color: '#541D26'

red 84 ◦ green 29 ◦ blue 38

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

Shades of Bordeaux #541D26

Tints of Bordeaux #541D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.17%

R = 55.63%
G = 19.21%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#541D26 (or 0x541D26) is known color: Bordeaux. HEX triplet: 54, 1D and 26. RGB value is (84,29,38). Sum of RGB (Red+Green+Blue) = 84+29+38=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #541D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D26 is #ABE2D9. Grayscale: #2E2E2E. Windows color (decimal): -11264730 or 2497876. OLE color: 2497876.

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

Color convert

RGB 84 29 38 -
CMYK 0 0.65 0.55 0.67
HSL 350.18º 0.49% 0.22% -
HSV(B) 350.18º 0.65% 0.33% -
XYZ 4.45 2.9 2.16 -
YUV 46.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 84 29 38 0 0.65 0.55 0.67 350.18 0.49 0.22
Hex 54 1D 26 0 41 37 43 15E 31 16
Octal 124 35 46 0 101 67 103 536 61 26
Binary 1010100 11101 100110 0 1000001 110111 1000011 101011110 110001 10110

Color Harmonies of #541D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D26

Black with #541D26

Text Example


Text Example

White with #541D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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