Html Css Color HEX #540414 Bordeaux

📋 copy color: '#540414'

red 84 ◦ green 4 ◦ blue 20

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

Shades of Bordeaux #540414

Tints of Bordeaux #540414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

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

R = 77.78%
G = 3.7%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#540414 (or 0x540414) is known color: Bordeaux. HEX triplet: 54, 04 and 14. RGB value is (84,4,20). Sum of RGB (Red+Green+Blue) = 84+4+20=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #540414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540414 is #ABFBEB. Grayscale: #1D1D1D. Windows color (decimal): -11271148 or 1311828. OLE color: 1311828.

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

Color convert

RGB 84 4 20 -
CMYK 0 0.95 0.76 0.67
HSL 348º 0.91% 0.17% -
HSV(B) 348º 0.95% 0.33% -
XYZ 3.83 2.02 0.85 -
YUV 29.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 84 4 20 0 0.95 0.76 0.67 348 0.91 0.17
Hex 54 4 14 0 5F 4C 43 15C 5B 11
Octal 124 4 24 0 137 114 103 534 133 21
Binary 1010100 100 10100 0 1011111 1001100 1000011 101011100 1011011 10001

Color Harmonies of #540414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540414

Black with #540414

Text Example


Text Example

White with #540414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540414; }

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

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

background-color css

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

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

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

border-color css

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

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

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