Html Css Color HEX #540620 Bordeaux

📋 copy color: '#540620'

red 84 ◦ green 6 ◦ blue 32

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

Shades of Bordeaux #540620

Tints of Bordeaux #540620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

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

R = 68.85%
G = 4.92%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#540620 (or 0x540620) is known color: Bordeaux. HEX triplet: 54, 06 and 20. RGB value is (84,6,32). Sum of RGB (Red+Green+Blue) = 84+6+32=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #540620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540620 is #ABF9DF. Grayscale: #202020. Windows color (decimal): -11270624 or 2098772. OLE color: 2098772.

HSL color Cylindrical-coordinate representation of color #540620: hue angle of 340º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540620 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 32 -
CMYK 0 0.93 0.62 0.67
HSL 340º 0.87% 0.18% -
HSV(B) 340º 0.93% 0.33% -
XYZ 3.98 2.12 1.57 -
YUV 32.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 84 6 32 0 0.93 0.62 0.67 340 0.87 0.18
Hex 54 6 20 0 5D 3E 43 154 57 12
Octal 124 6 40 0 135 76 103 524 127 22
Binary 1010100 110 100000 0 1011101 111110 1000011 101010100 1010111 10010

Color Harmonies of #540620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540620

Black with #540620

Text Example


Text Example

White with #540620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540620; }

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

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

background-color css

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

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

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

border-color css

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

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

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