Html Css Color HEX #540920 Bordeaux

📋 copy color: '#540920'

red 84 ◦ green 9 ◦ blue 32

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

Shades of Bordeaux #540920

Tints of Bordeaux #540920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 67.2%
G = 7.2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#540920 (or 0x540920) is known color: Bordeaux. HEX triplet: 54, 09 and 20. RGB value is (84,9,32). Sum of RGB (Red+Green+Blue) = 84+9+32=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #540920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540920 is #ABF6DF. Grayscale: #222222. Windows color (decimal): -11269856 or 2099540. OLE color: 2099540.

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

Color convert

RGB 84 9 32 -
CMYK 0 0.89 0.62 0.67
HSL 341.6º 0.81% 0.18% -
HSV(B) 341.6º 0.89% 0.33% -
XYZ 4.01 2.18 1.58 -
YUV 34.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 84 9 32 0 0.89 0.62 0.67 341.6 0.81 0.18
Hex 54 9 20 0 59 3E 43 156 51 12
Octal 124 11 40 0 131 76 103 526 121 22
Binary 1010100 1001 100000 0 1011001 111110 1000011 101010110 1010001 10010

Color Harmonies of #540920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540920

Black with #540920

Text Example


Text Example

White with #540920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540920; }

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

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

background-color css

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

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

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

border-color css

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

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

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