Html Css Color HEX #540514 Bordeaux

📋 copy color: '#540514'

red 84 ◦ green 5 ◦ blue 20

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

Shades of Bordeaux #540514

Tints of Bordeaux #540514

RGB

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

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

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

R = 77.06%
G = 4.59%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#540514 (or 0x540514) is known color: Bordeaux. HEX triplet: 54, 05 and 14. RGB value is (84,5,20). Sum of RGB (Red+Green+Blue) = 84+5+20=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540514 is #ABFAEB. Grayscale: #1E1E1E. Windows color (decimal): -11270892 or 1312084. OLE color: 1312084.

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

Color convert

RGB 84 5 20 -
CMYK 0 0.94 0.76 0.67
HSL 348.61º 0.89% 0.17% -
HSV(B) 348.61º 0.94% 0.33% -
XYZ 3.84 2.04 0.85 -
YUV 30.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 84 5 20 0 0.94 0.76 0.67 348.61 0.89 0.17
Hex 54 5 14 0 5E 4C 43 15D 59 11
Octal 124 5 24 0 136 114 103 535 131 21
Binary 1010100 101 10100 0 1011110 1001100 1000011 101011101 1011001 10001

Color Harmonies of #540514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540514

Black with #540514

Text Example


Text Example

White with #540514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540514; }

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

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

background-color css

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

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

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

border-color css

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

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

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