Html Css Color HEX #541324 Bordeaux

📋 copy color: '#541324'

red 84 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #541324

Tints of Bordeaux #541324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 60.43%
G = 13.67%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#541324 (or 0x541324) is known color: Bordeaux. HEX triplet: 54, 13 and 24. RGB value is (84,19,36). Sum of RGB (Red+Green+Blue) = 84+19+36=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541324 is #ABECDB. Grayscale: #282828. Windows color (decimal): -11267292 or 2364244. OLE color: 2364244.

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

Color convert

RGB 84 19 36 -
CMYK 0 0.77 0.57 0.67
HSL 344.31º 0.63% 0.2% -
HSV(B) 344.31º 0.77% 0.33% -
XYZ 4.21 2.48 1.93 -
YUV 40.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 84 19 36 0 0.77 0.57 0.67 344.31 0.63 0.2
Hex 54 13 24 0 4D 39 43 158 3F 14
Octal 124 23 44 0 115 71 103 530 77 24
Binary 1010100 10011 100100 0 1001101 111001 1000011 101011000 111111 10100

Color Harmonies of #541324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541324

Black with #541324

Text Example


Text Example

White with #541324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541324; }

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

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

background-color css

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

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

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

border-color css

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

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

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