Html Css Color HEX #541B28 Bordeaux

📋 copy color: '#541B28'

red 84 ◦ green 27 ◦ blue 40

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

Shades of Bordeaux #541B28

Tints of Bordeaux #541B28

RGB

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

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

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

R = 55.63%
G = 17.88%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#541B28 (or 0x541B28) is known color: Bordeaux. HEX triplet: 54, 1B and 28. RGB value is (84,27,40). Sum of RGB (Red+Green+Blue) = 84+27+40=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #541B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B28 is #ABE4D7. Grayscale: #2D2D2D. Windows color (decimal): -11265240 or 2628436. OLE color: 2628436.

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

Color convert

RGB 84 27 40 -
CMYK 0 0.68 0.52 0.67
HSL 346.32º 0.51% 0.22% -
HSV(B) 346.32º 0.68% 0.33% -
XYZ 4.43 2.82 2.32 -
YUV 45.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 84 27 40 0 0.68 0.52 0.67 346.32 0.51 0.22
Hex 54 1B 28 0 44 34 43 15A 33 16
Octal 124 33 50 0 104 64 103 532 63 26
Binary 1010100 11011 101000 0 1000100 110100 1000011 101011010 110011 10110

Color Harmonies of #541B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B28

Black with #541B28

Text Example


Text Example

White with #541B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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