Html Css Color HEX #540221 Bordeaux

📋 copy color: '#540221'

red 84 ◦ green 2 ◦ blue 33

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

Shades of Bordeaux #540221

Tints of Bordeaux #540221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 70.59%
G = 1.68%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#540221 (or 0x540221) is known color: Bordeaux. HEX triplet: 54, 02 and 21. RGB value is (84,2,33). Sum of RGB (Red+Green+Blue) = 84+2+33=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #540221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540221 is #ABFDDE. Grayscale: #1E1E1E. Windows color (decimal): -11271647 or 2163284. OLE color: 2163284.

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

Color convert

RGB 84 2 33 -
CMYK 0 0.98 0.61 0.67
HSL 337.32º 0.95% 0.17% -
HSV(B) 337.32º 0.98% 0.33% -
XYZ 3.95 2.04 1.62 -
YUV 30.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 84 2 33 0 0.98 0.61 0.67 337.32 0.95 0.17
Hex 54 2 21 0 62 3D 43 151 5F 11
Octal 124 2 41 0 142 75 103 521 137 21
Binary 1010100 10 100001 0 1100010 111101 1000011 101010001 1011111 10001

Color Harmonies of #540221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540221

Black with #540221

Text Example


Text Example

White with #540221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540221; }

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

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

background-color css

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

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

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

border-color css

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

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

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