Html Css Color HEX #541120 Bordeaux

📋 copy color: '#541120'

red 84 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #541120

Tints of Bordeaux #541120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 63.16%
G = 12.78%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#541120 (or 0x541120) is known color: Bordeaux. HEX triplet: 54, 11 and 20. RGB value is (84,17,32). Sum of RGB (Red+Green+Blue) = 84+17+32=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541120 is #ABEEDF. Grayscale: #262626. Windows color (decimal): -11267808 or 2101588. OLE color: 2101588.

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

Color convert

RGB 84 17 32 -
CMYK 0 0.80 0.62 0.67
HSL 346.57º 0.66% 0.2% -
HSV(B) 346.57º 0.8% 0.33% -
XYZ 4.12 2.39 1.61 -
YUV 38.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 84 17 32 0 0.80 0.62 0.67 346.57 0.66 0.2
Hex 54 11 20 0 50 3E 43 15B 42 14
Octal 124 21 40 0 120 76 103 533 102 24
Binary 1010100 10001 100000 0 1010000 111110 1000011 101011011 1000010 10100

Color Harmonies of #541120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541120

Black with #541120

Text Example


Text Example

White with #541120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541120; }

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

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

background-color css

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

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

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

border-color css

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

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

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