Html Css Color HEX #540911 Bordeaux

📋 copy color: '#540911'

red 84 ◦ green 9 ◦ blue 17

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

Shades of Bordeaux #540911

Tints of Bordeaux #540911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

 BLUE value IS 17 (7.03% from 255) = 15.45%

R = 76.36%
G = 8.18%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#540911 (or 0x540911) is known color: Bordeaux. HEX triplet: 54, 09 and 11. RGB value is (84,9,17). Sum of RGB (Red+Green+Blue) = 84+9+17=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #540911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540911 is #ABF6EE. Grayscale: #202020. Windows color (decimal): -11269871 or 1116500. OLE color: 1116500.

HSL color Cylindrical-coordinate representation of color #540911: hue angle of 353.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540911 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 17 -
CMYK 0 0.89 0.80 0.67
HSL 353.6º 0.81% 0.18% -
HSV(B) 353.6º 0.89% 0.33% -
XYZ 3.86 2.12 0.74 -
YUV 32.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 84 9 17 0 0.89 0.80 0.67 353.6 0.81 0.18
Hex 54 9 11 0 59 50 43 162 51 12
Octal 124 11 21 0 131 120 103 542 121 22
Binary 1010100 1001 10001 0 1011001 1010000 1000011 101100010 1010001 10010

Color Harmonies of #540911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540911

Black with #540911

Text Example


Text Example

White with #540911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540911; }

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

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

background-color css

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

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

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

border-color css

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

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

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