Html Css Color HEX #540916 Bordeaux

📋 copy color: '#540916'

red 84 ◦ green 9 ◦ blue 22

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

Shades of Bordeaux #540916

Tints of Bordeaux #540916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

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

R = 73.04%
G = 7.83%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#540916 (or 0x540916) is known color: Bordeaux. HEX triplet: 54, 09 and 16. RGB value is (84,9,22). Sum of RGB (Red+Green+Blue) = 84+9+22=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #540916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540916 is #ABF6E9. Grayscale: #202020. Windows color (decimal): -11269866 or 1444180. OLE color: 1444180.

HSL color Cylindrical-coordinate representation of color #540916: hue angle of 349.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540916 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 22 -
CMYK 0 0.89 0.74 0.67
HSL 349.6º 0.81% 0.18% -
HSV(B) 349.6º 0.89% 0.33% -
XYZ 3.9 2.14 0.97 -
YUV 32.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 84 9 22 0 0.89 0.74 0.67 349.6 0.81 0.18
Hex 54 9 16 0 59 4A 43 15E 51 12
Octal 124 11 26 0 131 112 103 536 121 22
Binary 1010100 1001 10110 0 1011001 1001010 1000011 101011110 1010001 10010

Color Harmonies of #540916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540916

Black with #540916

Text Example


Text Example

White with #540916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540916; }

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

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

background-color css

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

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

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

border-color css

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

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

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