Html Css Color HEX #540D11 Bordeaux

📋 copy color: '#540D11'

red 84 ◦ green 13 ◦ blue 17

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

Shades of Bordeaux #540D11

Tints of Bordeaux #540D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.4%

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

R = 73.68%
G = 11.4%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#540D11 (or 0x540D11) is known color: Bordeaux. HEX triplet: 54, 0D and 11. RGB value is (84,13,17). Sum of RGB (Red+Green+Blue) = 84+13+17=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D11 is #ABF2EE. Grayscale: #222222. Windows color (decimal): -11268847 or 1117524. OLE color: 1117524.

HSL color Cylindrical-coordinate representation of color #540D11: hue angle of 356.62º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D11 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 13 17 -
CMYK 0 0.85 0.80 0.67
HSL 356.62º 0.73% 0.19% -
HSV(B) 356.62º 0.85% 0.33% -
XYZ 3.9 2.21 0.75 -
YUV 34.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 84 13 17 0 0.85 0.80 0.67 356.62 0.73 0.19
Hex 54 D 11 0 55 50 43 165 49 13
Octal 124 15 21 0 125 120 103 545 111 23
Binary 1010100 1101 10001 0 1010101 1010000 1000011 101100101 1001001 10011

Color Harmonies of #540D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D11

Black with #540D11

Text Example


Text Example

White with #540D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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