Html Css Color HEX #541121 Bordeaux

📋 copy color: '#541121'

red 84 ◦ green 17 ◦ blue 33

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

Shades of Bordeaux #541121

Tints of Bordeaux #541121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 62.69%
G = 12.69%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#541121 (or 0x541121) is known color: Bordeaux. HEX triplet: 54, 11 and 21. RGB value is (84,17,33). Sum of RGB (Red+Green+Blue) = 84+17+33=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #541121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541121 is #ABEEDE. Grayscale: #262626. Windows color (decimal): -11267807 or 2167124. OLE color: 2167124.

HSL color Cylindrical-coordinate representation of color #541121: hue angle of 345.67º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541121 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 33 -
CMYK 0 0.80 0.61 0.67
HSL 345.67º 0.66% 0.2% -
HSV(B) 345.67º 0.8% 0.33% -
XYZ 4.13 2.4 1.68 -
YUV 38.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 84 17 33 0 0.80 0.61 0.67 345.67 0.66 0.2
Hex 54 11 21 0 50 3D 43 15A 42 14
Octal 124 21 41 0 120 75 103 532 102 24
Binary 1010100 10001 100001 0 1010000 111101 1000011 101011010 1000010 10100

Color Harmonies of #541121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541121

Black with #541121

Text Example


Text Example

White with #541121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541121; }

 p { color: rgb(84,17,33); }

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

background-color css

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

 a { background-color: rgb(84,17,33); }

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

border-color css

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

 span { border-color: rgb(84,17,33); }

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