Html Css Color HEX #541620 Bordeaux

📋 copy color: '#541620'

red 84 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #541620

Tints of Bordeaux #541620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

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

R = 60.87%
G = 15.94%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#541620 (or 0x541620) is known color: Bordeaux. HEX triplet: 54, 16 and 20. RGB value is (84,22,32). Sum of RGB (Red+Green+Blue) = 84+22+32=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #541620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541620 is #ABE9DF. Grayscale: #292929. Windows color (decimal): -11266528 or 2102868. OLE color: 2102868.

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

Color convert

RGB 84 22 32 -
CMYK 0 0.74 0.62 0.67
HSL 350.32º 0.58% 0.21% -
HSV(B) 350.32º 0.74% 0.33% -
XYZ 4.2 2.56 1.64 -
YUV 41.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 84 22 32 0 0.74 0.62 0.67 350.32 0.58 0.21
Hex 54 16 20 0 4A 3E 43 15E 3A 15
Octal 124 26 40 0 112 76 103 536 72 25
Binary 1010100 10110 100000 0 1001010 111110 1000011 101011110 111010 10101

Color Harmonies of #541620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541620

Black with #541620

Text Example


Text Example

White with #541620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541620; }

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

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

background-color css

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

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

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

border-color css

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

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

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