Html Css Color HEX #540611 Bordeaux

📋 copy color: '#540611'

red 84 ◦ green 6 ◦ blue 17

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

Shades of Bordeaux #540611

Tints of Bordeaux #540611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.61%

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

R = 78.5%
G = 5.61%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#540611 (or 0x540611) is known color: Bordeaux. HEX triplet: 54, 06 and 11. RGB value is (84,6,17). Sum of RGB (Red+Green+Blue) = 84+6+17=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540611 is #ABF9EE. Grayscale: #1E1E1E. Windows color (decimal): -11270639 or 1115732. OLE color: 1115732.

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

Color convert

RGB 84 6 17 -
CMYK 0 0.93 0.80 0.67
HSL 351.54º 0.87% 0.18% -
HSV(B) 351.54º 0.93% 0.33% -
XYZ 3.82 2.06 0.73 -
YUV 30.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 84 6 17 0 0.93 0.80 0.67 351.54 0.87 0.18
Hex 54 6 11 0 5D 50 43 160 57 12
Octal 124 6 21 0 135 120 103 540 127 22
Binary 1010100 110 10001 0 1011101 1010000 1000011 101100000 1010111 10010

Color Harmonies of #540611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540611

Black with #540611

Text Example


Text Example

White with #540611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540611; }

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

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

background-color css

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

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

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

border-color css

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

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

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