Html Css Color HEX #540E22 Bordeaux

📋 copy color: '#540E22'

red 84 ◦ green 14 ◦ blue 34

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

Shades of Bordeaux #540E22

Tints of Bordeaux #540E22

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.61%

 BLUE value IS 34 (13.67% from 255) = 25.76%

R = 63.64%
G = 10.61%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#540E22 (or 0x540E22) is known color: Bordeaux. HEX triplet: 54, 0E and 22. RGB value is (84,14,34). Sum of RGB (Red+Green+Blue) = 84+14+34=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #540E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E22 is #ABF1DD. Grayscale: #252525. Windows color (decimal): -11268574 or 2231892. OLE color: 2231892.

HSL color Cylindrical-coordinate representation of color #540E22: hue angle of 342.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #540E22 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 14 34 -
CMYK 0 0.83 0.60 0.67
HSL 342.86º 0.71% 0.19% -
HSV(B) 342.86º 0.83% 0.33% -
XYZ 4.1 2.31 1.74 -
YUV 37.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 84 14 34 0 0.83 0.60 0.67 342.86 0.71 0.19
Hex 54 E 22 0 53 3C 43 157 47 13
Octal 124 16 42 0 123 74 103 527 107 23
Binary 1010100 1110 100010 0 1010011 111100 1000011 101010111 1000111 10011

Color Harmonies of #540E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E22

Black with #540E22

Text Example


Text Example

White with #540E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,14,34); }

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

background-color css

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

 a { background-color: rgb(84,14,34); }

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

border-color css

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

 span { border-color: rgb(84,14,34); }

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