Html Css Color HEX #540116 Bordeaux

📋 copy color: '#540116'

red 84 ◦ green 1 ◦ blue 22

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

Shades of Bordeaux #540116

Tints of Bordeaux #540116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 78.5%
G = 0.93%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#540116 (or 0x540116) is known color: Bordeaux. HEX triplet: 54, 01 and 16. RGB value is (84,1,22). Sum of RGB (Red+Green+Blue) = 84+1+22=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540116 is #ABFEE9. Grayscale: #1C1C1C. Windows color (decimal): -11271914 or 1442132. OLE color: 1442132.

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

Color convert

RGB 84 1 22 -
CMYK 0 0.99 0.74 0.67
HSL 344.82º 0.98% 0.17% -
HSV(B) 344.82º 0.99% 0.33% -
XYZ 3.81 1.96 0.94 -
YUV 28.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 84 1 22 0 0.99 0.74 0.67 344.82 0.98 0.17
Hex 54 1 16 0 63 4A 43 159 62 11
Octal 124 1 26 0 143 112 103 531 142 21
Binary 1010100 1 10110 0 1100011 1001010 1000011 101011001 1100010 10001

Color Harmonies of #540116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540116

Black with #540116

Text Example


Text Example

White with #540116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540116; }

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

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

background-color css

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

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

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

border-color css

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

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

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