Html Css Color HEX #541320 Bordeaux

📋 copy color: '#541320'

red 84 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #541320

Tints of Bordeaux #541320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 62.22%
G = 14.07%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#541320 (or 0x541320) is known color: Bordeaux. HEX triplet: 54, 13 and 20. RGB value is (84,19,32). Sum of RGB (Red+Green+Blue) = 84+19+32=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541320 is #ABECDF. Grayscale: #272727. Windows color (decimal): -11267296 or 2102100. OLE color: 2102100.

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

Color convert

RGB 84 19 32 -
CMYK 0 0.77 0.62 0.67
HSL 348º 0.63% 0.2% -
HSV(B) 348º 0.77% 0.33% -
XYZ 4.15 2.45 1.62 -
YUV 39.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 84 19 32 0 0.77 0.62 0.67 348 0.63 0.2
Hex 54 13 20 0 4D 3E 43 15C 3F 14
Octal 124 23 40 0 115 76 103 534 77 24
Binary 1010100 10011 100000 0 1001101 111110 1000011 101011100 111111 10100

Color Harmonies of #541320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541320

Black with #541320

Text Example


Text Example

White with #541320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541320; }

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

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

background-color css

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

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

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

border-color css

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

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

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