Html Css Color HEX #541720 Bordeaux

📋 copy color: '#541720'

red 84 ◦ green 23 ◦ blue 32

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

Shades of Bordeaux #541720

Tints of Bordeaux #541720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.55%

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

R = 60.43%
G = 16.55%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#541720 (or 0x541720) is known color: Bordeaux. HEX triplet: 54, 17 and 20. RGB value is (84,23,32). Sum of RGB (Red+Green+Blue) = 84+23+32=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541720 is #ABE8DF. Grayscale: #2A2A2A. Windows color (decimal): -11266272 or 2103124. OLE color: 2103124.

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

Color convert

RGB 84 23 32 -
CMYK 0 0.73 0.62 0.67
HSL 351.15º 0.57% 0.21% -
HSV(B) 351.15º 0.73% 0.33% -
XYZ 4.22 2.6 1.65 -
YUV 42.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 84 23 32 0 0.73 0.62 0.67 351.15 0.57 0.21
Hex 54 17 20 0 49 3E 43 15F 39 15
Octal 124 27 40 0 111 76 103 537 71 25
Binary 1010100 10111 100000 0 1001001 111110 1000011 101011111 111001 10101

Color Harmonies of #541720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541720

Black with #541720

Text Example


Text Example

White with #541720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541720; }

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

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

background-color css

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

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

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

border-color css

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

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

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