Html Css Color HEX #540A14 Bordeaux

📋 copy color: '#540A14'

red 84 ◦ green 10 ◦ blue 20

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

Shades of Bordeaux #540A14

Tints of Bordeaux #540A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.77%

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

R = 73.68%
G = 8.77%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#540A14 (or 0x540A14) is known color: Bordeaux. HEX triplet: 54, 0A and 14. RGB value is (84,10,20). Sum of RGB (Red+Green+Blue) = 84+10+20=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A14 is #ABF5EB. Grayscale: #212121. Windows color (decimal): -11269612 or 1313364. OLE color: 1313364.

HSL color Cylindrical-coordinate representation of color #540A14: hue angle of 351.89º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A14 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 10 20 -
CMYK 0 0.88 0.76 0.67
HSL 351.89º 0.79% 0.18% -
HSV(B) 351.89º 0.88% 0.33% -
XYZ 3.89 2.15 0.87 -
YUV 33.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 84 10 20 0 0.88 0.76 0.67 351.89 0.79 0.18
Hex 54 A 14 0 58 4C 43 160 4F 12
Octal 124 12 24 0 130 114 103 540 117 22
Binary 1010100 1010 10100 0 1011000 1001100 1000011 101100000 1001111 10010

Color Harmonies of #540A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540A14

Black with #540A14

Text Example


Text Example

White with #540A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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