Html Css Color HEX #540114 Bordeaux

📋 copy color: '#540114'

red 84 ◦ green 1 ◦ blue 20

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

Shades of Bordeaux #540114

Tints of Bordeaux #540114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

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

R = 80%
G = 0.95%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#540114 (or 0x540114) is known color: Bordeaux. HEX triplet: 54, 01 and 14. RGB value is (84,1,20). Sum of RGB (Red+Green+Blue) = 84+1+20=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540114 is #ABFEEB. Grayscale: #1B1B1B. Windows color (decimal): -11271916 or 1311060. OLE color: 1311060.

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

Color convert

RGB 84 1 20 -
CMYK 0 0.99 0.76 0.67
HSL 346.27º 0.98% 0.17% -
HSV(B) 346.27º 0.99% 0.33% -
XYZ 3.79 1.96 0.84 -
YUV 27.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 84 1 20 0 0.99 0.76 0.67 346.27 0.98 0.17
Hex 54 1 14 0 63 4C 43 15A 62 11
Octal 124 1 24 0 143 114 103 532 142 21
Binary 1010100 1 10100 0 1100011 1001100 1000011 101011010 1100010 10001

Color Harmonies of #540114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540114

Black with #540114

Text Example


Text Example

White with #540114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540114; }

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

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

background-color css

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

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

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

border-color css

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

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

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