Html Css Color HEX #541122 Bordeaux

📋 copy color: '#541122'

red 84 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #541122

Tints of Bordeaux #541122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.19%

R = 62.22%
G = 12.59%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#541122 (or 0x541122) is known color: Bordeaux. HEX triplet: 54, 11 and 22. RGB value is (84,17,34). Sum of RGB (Red+Green+Blue) = 84+17+34=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541122 is #ABEEDD. Grayscale: #262626. Windows color (decimal): -11267806 or 2232660. OLE color: 2232660.

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

Color convert

RGB 84 17 34 -
CMYK 0 0.80 0.60 0.67
HSL 344.78º 0.66% 0.2% -
HSV(B) 344.78º 0.8% 0.33% -
XYZ 4.15 2.4 1.76 -
YUV 38.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 84 17 34 0 0.80 0.60 0.67 344.78 0.66 0.2
Hex 54 11 22 0 50 3C 43 159 42 14
Octal 124 21 42 0 120 74 103 531 102 24
Binary 1010100 10001 100010 0 1010000 111100 1000011 101011001 1000010 10100

Color Harmonies of #541122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541122

Black with #541122

Text Example


Text Example

White with #541122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541122; }

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

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

background-color css

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

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

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

border-color css

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

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

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