Html Css Color HEX #540516 Bordeaux

📋 copy color: '#540516'

red 84 ◦ green 5 ◦ blue 22

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

Shades of Bordeaux #540516

Tints of Bordeaux #540516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.82%

R = 75.68%
G = 4.5%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#540516 (or 0x540516) is known color: Bordeaux. HEX triplet: 54, 05 and 16. RGB value is (84,5,22). Sum of RGB (Red+Green+Blue) = 84+5+22=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #540516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540516 is #ABFAE9. Grayscale: #1E1E1E. Windows color (decimal): -11270890 or 1443156. OLE color: 1443156.

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

Color convert

RGB 84 5 22 -
CMYK 0 0.94 0.74 0.67
HSL 347.09º 0.89% 0.17% -
HSV(B) 347.09º 0.94% 0.33% -
XYZ 3.86 2.05 0.95 -
YUV 30.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 84 5 22 0 0.94 0.74 0.67 347.09 0.89 0.17
Hex 54 5 16 0 5E 4A 43 15B 59 11
Octal 124 5 26 0 136 112 103 533 131 21
Binary 1010100 101 10110 0 1011110 1001010 1000011 101011011 1011001 10001

Color Harmonies of #540516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540516

Black with #540516

Text Example


Text Example

White with #540516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540516; }

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

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

background-color css

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

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

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

border-color css

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

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

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