Html Css Color HEX #540211 Bordeaux

📋 copy color: '#540211'

red 84 ◦ green 2 ◦ blue 17

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

Shades of Bordeaux #540211

Tints of Bordeaux #540211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.94%

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

R = 81.55%
G = 1.94%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#540211 (or 0x540211) is known color: Bordeaux. HEX triplet: 54, 02 and 11. RGB value is (84,2,17). Sum of RGB (Red+Green+Blue) = 84+2+17=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540211 is #ABFDEE. Grayscale: #1C1C1C. Windows color (decimal): -11271663 or 1114708. OLE color: 1114708.

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

Color convert

RGB 84 2 17 -
CMYK 0 0.98 0.80 0.67
HSL 349.02º 0.95% 0.17% -
HSV(B) 349.02º 0.98% 0.33% -
XYZ 3.78 1.97 0.71 -
YUV 28.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 84 2 17 0 0.98 0.80 0.67 349.02 0.95 0.17
Hex 54 2 11 0 62 50 43 15D 5F 11
Octal 124 2 21 0 142 120 103 535 137 21
Binary 1010100 10 10001 0 1100010 1010000 1000011 101011101 1011111 10001

Color Harmonies of #540211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540211

Black with #540211

Text Example


Text Example

White with #540211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540211; }

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

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

background-color css

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

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

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

border-color css

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

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

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