Html Css Color HEX #541728 Bordeaux

📋 copy color: '#541728'

red 84 ◦ green 23 ◦ blue 40

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

Shades of Bordeaux #541728

Tints of Bordeaux #541728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

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

R = 57.14%
G = 15.65%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#541728 (or 0x541728) is known color: Bordeaux. HEX triplet: 54, 17 and 28. RGB value is (84,23,40). Sum of RGB (Red+Green+Blue) = 84+23+40=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541728 is #ABE8D7. Grayscale: #2B2B2B. Windows color (decimal): -11266264 or 2627412. OLE color: 2627412.

HSL color Cylindrical-coordinate representation of color #541728: hue angle of 343.28º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541728 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 23 40 -
CMYK 0 0.73 0.52 0.67
HSL 343.28º 0.57% 0.21% -
HSV(B) 343.28º 0.73% 0.33% -
XYZ 4.35 2.65 2.29 -
YUV 43.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 84 23 40 0 0.73 0.52 0.67 343.28 0.57 0.21
Hex 54 17 28 0 49 34 43 157 39 15
Octal 124 27 50 0 111 64 103 527 71 25
Binary 1010100 10111 101000 0 1001001 110100 1000011 101010111 111001 10101

Color Harmonies of #541728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541728

Black with #541728

Text Example


Text Example

White with #541728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541728; }

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

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

background-color css

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

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

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

border-color css

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

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

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