Html Css Color HEX #540320 Bordeaux

📋 copy color: '#540320'

red 84 ◦ green 3 ◦ blue 32

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

Shades of Bordeaux #540320

Tints of Bordeaux #540320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

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

R = 70.59%
G = 2.52%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#540320 (or 0x540320) is known color: Bordeaux. HEX triplet: 54, 03 and 20. RGB value is (84,3,32). Sum of RGB (Red+Green+Blue) = 84+3+32=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #540320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540320 is #ABFCDF. Grayscale: #1E1E1E. Windows color (decimal): -11271392 or 2098004. OLE color: 2098004.

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

Color convert

RGB 84 3 32 -
CMYK 0 0.96 0.62 0.67
HSL 338.52º 0.93% 0.17% -
HSV(B) 338.52º 0.96% 0.33% -
XYZ 3.95 2.05 1.55 -
YUV 30.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 84 3 32 0 0.96 0.62 0.67 338.52 0.93 0.17
Hex 54 3 20 0 60 3E 43 153 5D 11
Octal 124 3 40 0 140 76 103 523 135 21
Binary 1010100 11 100000 0 1100000 111110 1000011 101010011 1011101 10001

Color Harmonies of #540320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540320

Black with #540320

Text Example


Text Example

White with #540320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540320; }

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

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

background-color css

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

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

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

border-color css

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

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

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