Html Css Color HEX #540214 Bordeaux

📋 copy color: '#540214'

red 84 ◦ green 2 ◦ blue 20

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

Shades of Bordeaux #540214

Tints of Bordeaux #540214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 79.25%
G = 1.89%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#540214 (or 0x540214) is known color: Bordeaux. HEX triplet: 54, 02 and 14. RGB value is (84,2,20). Sum of RGB (Red+Green+Blue) = 84+2+20=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540214 is #ABFDEB. Grayscale: #1C1C1C. Windows color (decimal): -11271660 or 1311316. OLE color: 1311316.

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

Color convert

RGB 84 2 20 -
CMYK 0 0.98 0.76 0.67
HSL 346.83º 0.95% 0.17% -
HSV(B) 346.83º 0.98% 0.33% -
XYZ 3.8 1.98 0.84 -
YUV 28.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 84 2 20 0 0.98 0.76 0.67 346.83 0.95 0.17
Hex 54 2 14 0 62 4C 43 15B 5F 11
Octal 124 2 24 0 142 114 103 533 137 21
Binary 1010100 10 10100 0 1100010 1001100 1000011 101011011 1011111 10001

Color Harmonies of #540214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540214

Black with #540214

Text Example


Text Example

White with #540214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540214; }

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

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

background-color css

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

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

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

border-color css

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

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

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