Html Css Color HEX #540816 Bordeaux

📋 copy color: '#540816'

red 84 ◦ green 8 ◦ blue 22

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

Shades of Bordeaux #540816

Tints of Bordeaux #540816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.02%

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

R = 73.68%
G = 7.02%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#540816 (or 0x540816) is known color: Bordeaux. HEX triplet: 54, 08 and 16. RGB value is (84,8,22). Sum of RGB (Red+Green+Blue) = 84+8+22=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540816 is #ABF7E9. Grayscale: #202020. Windows color (decimal): -11270122 or 1443924. OLE color: 1443924.

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

Color convert

RGB 84 8 22 -
CMYK 0 0.90 0.74 0.67
HSL 348.95º 0.83% 0.18% -
HSV(B) 348.95º 0.9% 0.33% -
XYZ 3.89 2.12 0.96 -
YUV 32.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 84 8 22 0 0.90 0.74 0.67 348.95 0.83 0.18
Hex 54 8 16 0 5A 4A 43 15D 53 12
Octal 124 10 26 0 132 112 103 535 123 22
Binary 1010100 1000 10110 0 1011010 1001010 1000011 101011101 1010011 10010

Color Harmonies of #540816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540816

Black with #540816

Text Example


Text Example

White with #540816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540816; }

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

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

background-color css

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

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

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

border-color css

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

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

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