Html Css Color HEX #541724 Bordeaux

📋 copy color: '#541724'

red 84 ◦ green 23 ◦ blue 36

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

Shades of Bordeaux #541724

Tints of Bordeaux #541724

RGB

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

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

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

R = 58.74%
G = 16.08%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#541724 (or 0x541724) is known color: Bordeaux. HEX triplet: 54, 17 and 24. RGB value is (84,23,36). Sum of RGB (Red+Green+Blue) = 84+23+36=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #541724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541724 is #ABE8DB. Grayscale: #2A2A2A. Windows color (decimal): -11266268 or 2365268. OLE color: 2365268.

HSL color Cylindrical-coordinate representation of color #541724: hue angle of 347.21º 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 #541724 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 23 36 -
CMYK 0 0.73 0.57 0.67
HSL 347.21º 0.57% 0.21% -
HSV(B) 347.21º 0.73% 0.33% -
XYZ 4.28 2.62 1.95 -
YUV 42.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 84 23 36 0 0.73 0.57 0.67 347.21 0.57 0.21
Hex 54 17 24 0 49 39 43 15B 39 15
Octal 124 27 44 0 111 71 103 533 71 25
Binary 1010100 10111 100100 0 1001001 111001 1000011 101011011 111001 10101

Color Harmonies of #541724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541724

Black with #541724

Text Example


Text Example

White with #541724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541724; }

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

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

background-color css

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

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

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

border-color css

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

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

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