Html Css Color HEX #540420 Bordeaux

📋 copy color: '#540420'

red 84 ◦ green 4 ◦ blue 32

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

Shades of Bordeaux #540420

Tints of Bordeaux #540420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

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

R = 70%
G = 3.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#540420 (or 0x540420) is known color: Bordeaux. HEX triplet: 54, 04 and 20. RGB value is (84,4,32). Sum of RGB (Red+Green+Blue) = 84+4+32=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #540420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540420 is #ABFBDF. Grayscale: #1F1F1F. Windows color (decimal): -11271136 or 2098260. OLE color: 2098260.

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

Color convert

RGB 84 4 32 -
CMYK 0 0.95 0.62 0.67
HSL 339º 0.91% 0.17% -
HSV(B) 339º 0.95% 0.33% -
XYZ 3.96 2.08 1.56 -
YUV 31.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 84 4 32 0 0.95 0.62 0.67 339 0.91 0.17
Hex 54 4 20 0 5F 3E 43 153 5B 11
Octal 124 4 40 0 137 76 103 523 133 21
Binary 1010100 100 100000 0 1011111 111110 1000011 101010011 1011011 10001

Color Harmonies of #540420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540420

Black with #540420

Text Example


Text Example

White with #540420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540420; }

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

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

background-color css

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

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

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

border-color css

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

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

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