Html Css Color HEX #540511 Bordeaux

📋 copy color: '#540511'

red 84 ◦ green 5 ◦ blue 17

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

Shades of Bordeaux #540511

Tints of Bordeaux #540511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

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

R = 79.25%
G = 4.72%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#540511 (or 0x540511) is known color: Bordeaux. HEX triplet: 54, 05 and 11. RGB value is (84,5,17). Sum of RGB (Red+Green+Blue) = 84+5+17=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540511 is #ABFAEE. Grayscale: #1E1E1E. Windows color (decimal): -11270895 or 1115476. OLE color: 1115476.

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

Color convert

RGB 84 5 17 -
CMYK 0 0.94 0.80 0.67
HSL 350.89º 0.89% 0.17% -
HSV(B) 350.89º 0.94% 0.33% -
XYZ 3.81 2.03 0.72 -
YUV 29.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 84 5 17 0 0.94 0.80 0.67 350.89 0.89 0.17
Hex 54 5 11 0 5E 50 43 15F 59 11
Octal 124 5 21 0 136 120 103 537 131 21
Binary 1010100 101 10001 0 1011110 1010000 1000011 101011111 1011001 10001

Color Harmonies of #540511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540511

Black with #540511

Text Example


Text Example

White with #540511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540511; }

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

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

background-color css

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

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

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

border-color css

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

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

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