Html Css Color HEX #541D28 Bordeaux

📋 copy color: '#541D28'

red 84 ◦ green 29 ◦ blue 40

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

Shades of Bordeaux #541D28

Tints of Bordeaux #541D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 54.9%
G = 18.95%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#541D28 (or 0x541D28) is known color: Bordeaux. HEX triplet: 54, 1D and 28. RGB value is (84,29,40). Sum of RGB (Red+Green+Blue) = 84+29+40=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #541D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D28 is #ABE2D7. Grayscale: #2E2E2E. Windows color (decimal): -11264728 or 2628948. OLE color: 2628948.

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

Color convert

RGB 84 29 40 -
CMYK 0 0.65 0.52 0.67
HSL 348º 0.49% 0.22% -
HSV(B) 348º 0.65% 0.33% -
XYZ 4.48 2.92 2.33 -
YUV 46.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 84 29 40 0 0.65 0.52 0.67 348 0.49 0.22
Hex 54 1D 28 0 41 34 43 15C 31 16
Octal 124 35 50 0 101 64 103 534 61 26
Binary 1010100 11101 101000 0 1000001 110100 1000011 101011100 110001 10110

Color Harmonies of #541D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D28

Black with #541D28

Text Example


Text Example

White with #541D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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