Html Css Color HEX #540316 Bordeaux

📋 copy color: '#540316'

red 84 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #540316

Tints of Bordeaux #540316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

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

R = 77.06%
G = 2.75%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#540316 (or 0x540316) is known color: Bordeaux. HEX triplet: 54, 03 and 16. RGB value is (84,3,22). Sum of RGB (Red+Green+Blue) = 84+3+22=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540316 is #ABFCE9. Grayscale: #1D1D1D. Windows color (decimal): -11271402 or 1442644. OLE color: 1442644.

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

Color convert

RGB 84 3 22 -
CMYK 0 0.96 0.74 0.67
HSL 345.93º 0.93% 0.17% -
HSV(B) 345.93º 0.96% 0.33% -
XYZ 3.83 2.01 0.94 -
YUV 29.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 84 3 22 0 0.96 0.74 0.67 345.93 0.93 0.17
Hex 54 3 16 0 60 4A 43 15A 5D 11
Octal 124 3 26 0 140 112 103 532 135 21
Binary 1010100 11 10110 0 1100000 1001010 1000011 101011010 1011101 10001

Color Harmonies of #540316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540316

Black with #540316

Text Example


Text Example

White with #540316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540316; }

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

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

background-color css

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

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

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

border-color css

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

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

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