Html Css Color HEX #540811 Bordeaux

📋 copy color: '#540811'

red 84 ◦ green 8 ◦ blue 17

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

Shades of Bordeaux #540811

Tints of Bordeaux #540811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.6%

R = 77.06%
G = 7.34%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#540811 (or 0x540811) is known color: Bordeaux. HEX triplet: 54, 08 and 11. RGB value is (84,8,17). Sum of RGB (Red+Green+Blue) = 84+8+17=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540811 is #ABF7EE. Grayscale: #1F1F1F. Windows color (decimal): -11270127 or 1116244. OLE color: 1116244.

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

Color convert

RGB 84 8 17 -
CMYK 0 0.90 0.80 0.67
HSL 352.89º 0.83% 0.18% -
HSV(B) 352.89º 0.9% 0.33% -
XYZ 3.84 2.1 0.73 -
YUV 31.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 84 8 17 0 0.90 0.80 0.67 352.89 0.83 0.18
Hex 54 8 11 0 5A 50 43 161 53 12
Octal 124 10 21 0 132 120 103 541 123 22
Binary 1010100 1000 10001 0 1011010 1010000 1000011 101100001 1010011 10010

Color Harmonies of #540811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540811

Black with #540811

Text Example


Text Example

White with #540811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540811; }

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

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

background-color css

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

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

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

border-color css

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

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

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