Html Css Color HEX #540220 Bordeaux

📋 copy color: '#540220'

red 84 ◦ green 2 ◦ blue 32

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

Shades of Bordeaux #540220

Tints of Bordeaux #540220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.12%

R = 71.19%
G = 1.69%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#540220 (or 0x540220) is known color: Bordeaux. HEX triplet: 54, 02 and 20. RGB value is (84,2,32). Sum of RGB (Red+Green+Blue) = 84+2+32=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #540220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540220 is #ABFDDF. Grayscale: #1D1D1D. Windows color (decimal): -11271648 or 2097748. OLE color: 2097748.

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

Color convert

RGB 84 2 32 -
CMYK 0 0.98 0.62 0.67
HSL 338.05º 0.95% 0.17% -
HSV(B) 338.05º 0.98% 0.33% -
XYZ 3.94 2.03 1.55 -
YUV 29.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 84 2 32 0 0.98 0.62 0.67 338.05 0.95 0.17
Hex 54 2 20 0 62 3E 43 152 5F 11
Octal 124 2 40 0 142 76 103 522 137 21
Binary 1010100 10 100000 0 1100010 111110 1000011 101010010 1011111 10001

Color Harmonies of #540220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540220

Black with #540220

Text Example


Text Example

White with #540220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540220; }

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

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

background-color css

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

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

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

border-color css

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

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

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