Html Css Color HEX #542860 Scarlet Gum

📋 copy color: '#542860'

red 84 ◦ green 40 ◦ blue 96

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

Shades of Scarlet Gum #542860

Tints of Scarlet Gum #542860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 38.18%
G = 18.18%
B = 43.64%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542860 (or 0x542860) is known color: Scarlet Gum. HEX triplet: 54, 28 and 60. RGB value is (84,40,96). Sum of RGB (Red+Green+Blue) = 84+40+96=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #542860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542860 is #ABD79F. Grayscale: #3B3B3B. Windows color (decimal): -11261856 or 6301780. OLE color: 6301780.

HSL color Cylindrical-coordinate representation of color #542860: hue angle of 287.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #542860 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 40 96 -
CMYK 0.12 0.58 0 0.62
HSL 287.14º 0.41% 0.27% -
HSV(B) 287.14º 0.58% 0.38% -
XYZ 6.53 4.25 11.54 -
YUV 59.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 84 40 96 0.12 0.58 0 0.62 287.14 0.41 0.27
Hex 54 28 60 C 3A 0 3E 11F 29 1B
Octal 124 50 140 14 72 0 76 437 51 33
Binary 1010100 101000 1100000 1100 111010 0 111110 100011111 101001 11011

Color Harmonies of #542860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542860

Black with #542860

Text Example


Text Example

White with #542860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542860; }

 p { color: rgb(84,40,96); }

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

background-color css

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

 a { background-color: rgb(84,40,96); }

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

border-color css

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

 span { border-color: rgb(84,40,96); }

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