Html Css Color HEX #540011 Bordeaux

📋 copy color: '#540011'

red 84 ◦ green 0 ◦ blue 17

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

Shades of Bordeaux #540011

Tints of Bordeaux #540011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.17%
G = 0%
B = 16.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#540011 (or 0x540011) is known color: Bordeaux. HEX triplet: 54, 00 and 11. RGB value is (84,0,17). Sum of RGB (Red+Green+Blue) = 84+0+17=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #540011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540011 is #ABFFEE. Grayscale: #1B1B1B. Windows color (decimal): -11272175 or 1114196. OLE color: 1114196.

HSL color Cylindrical-coordinate representation of color #540011: hue angle of 347.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540011 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 0 17 -
CMYK 0 1 0.80 0.67
HSL 347.86º 1% 0.16% -
HSV(B) 347.86º 1% 0.33% -
XYZ 3.76 1.93 0.7 -
YUV 27.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 84 0 17 0 1 0.80 0.67 347.86 1 0.16
Hex 54 0 11 0 64 50 43 15C 64 10
Octal 124 0 21 0 144 120 103 534 144 20
Binary 1010100 0 10001 0 1100100 1010000 1000011 101011100 1100100 10000

Color Harmonies of #540011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540011

Black with #540011

Text Example


Text Example

White with #540011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540011; }

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

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

background-color css

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

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

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

border-color css

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

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

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