Html Css Color HEX #540D14 Bordeaux

📋 copy color: '#540D14'

red 84 ◦ green 13 ◦ blue 20

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

Shades of Bordeaux #540D14

Tints of Bordeaux #540D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 71.79%
G = 11.11%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#540D14 (or 0x540D14) is known color: Bordeaux. HEX triplet: 54, 0D and 14. RGB value is (84,13,20). Sum of RGB (Red+Green+Blue) = 84+13+20=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #540D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D14 is #ABF2EB. Grayscale: #232323. Windows color (decimal): -11268844 or 1314132. OLE color: 1314132.

HSL color Cylindrical-coordinate representation of color #540D14: hue angle of 354.08º 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 #540D14 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 13 20 -
CMYK 0 0.85 0.76 0.67
HSL 354.08º 0.73% 0.19% -
HSV(B) 354.08º 0.85% 0.33% -
XYZ 3.93 2.22 0.88 -
YUV 35.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 84 13 20 0 0.85 0.76 0.67 354.08 0.73 0.19
Hex 54 D 14 0 55 4C 43 162 49 13
Octal 124 15 24 0 125 114 103 542 111 23
Binary 1010100 1101 10100 0 1010101 1001100 1000011 101100010 1001001 10011

Color Harmonies of #540D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D14

Black with #540D14

Text Example


Text Example

White with #540D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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