Html Css Color HEX #541924 Bordeaux

📋 copy color: '#541924'

red 84 ◦ green 25 ◦ blue 36

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

Shades of Bordeaux #541924

Tints of Bordeaux #541924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 57.93%
G = 17.24%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#541924 (or 0x541924) is known color: Bordeaux. HEX triplet: 54, 19 and 24. RGB value is (84,25,36). Sum of RGB (Red+Green+Blue) = 84+25+36=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541924 is #ABE6DB. Grayscale: #2B2B2B. Windows color (decimal): -11265756 or 2365780. OLE color: 2365780.

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

Color convert

RGB 84 25 36 -
CMYK 0 0.70 0.57 0.67
HSL 348.81º 0.54% 0.21% -
HSV(B) 348.81º 0.7% 0.33% -
XYZ 4.32 2.71 1.96 -
YUV 43.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 84 25 36 0 0.70 0.57 0.67 348.81 0.54 0.21
Hex 54 19 24 0 46 39 43 15D 36 15
Octal 124 31 44 0 106 71 103 535 66 25
Binary 1010100 11001 100100 0 1000110 111001 1000011 101011101 110110 10101

Color Harmonies of #541924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541924

Black with #541924

Text Example


Text Example

White with #541924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541924; }

 p { color: rgb(84,25,36); }

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

background-color css

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

 a { background-color: rgb(84,25,36); }

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

border-color css

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

 span { border-color: rgb(84,25,36); }

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