Html Css Color HEX #541116 Bordeaux

📋 copy color: '#541116'

red 84 ◦ green 17 ◦ blue 22

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

Shades of Bordeaux #541116

Tints of Bordeaux #541116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 68.29%
G = 13.82%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#541116 (or 0x541116) is known color: Bordeaux. HEX triplet: 54, 11 and 16. RGB value is (84,17,22). Sum of RGB (Red+Green+Blue) = 84+17+22=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541116 is #ABEEE9. Grayscale: #252525. Windows color (decimal): -11267818 or 1446228. OLE color: 1446228.

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

Color convert

RGB 84 17 22 -
CMYK 0 0.80 0.74 0.67
HSL 355.52º 0.66% 0.2% -
HSV(B) 355.52º 0.8% 0.33% -
XYZ 4 2.34 1 -
YUV 37.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 84 17 22 0 0.80 0.74 0.67 355.52 0.66 0.2
Hex 54 11 16 0 50 4A 43 164 42 14
Octal 124 21 26 0 120 112 103 544 102 24
Binary 1010100 10001 10110 0 1010000 1001010 1000011 101100100 1000010 10100

Color Harmonies of #541116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541116

Black with #541116

Text Example


Text Example

White with #541116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541116; }

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

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

background-color css

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

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

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

border-color css

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

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

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