Html Css Color HEX #542061 Scarlet Gum

📋 copy color: '#542061'

red 84 ◦ green 32 ◦ blue 97

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

Shades of Scarlet Gum #542061

Tints of Scarlet Gum #542061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 39.44%
G = 15.02%
B = 45.54%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542061 (or 0x542061) is known color: Scarlet Gum. HEX triplet: 54, 20 and 61. RGB value is (84,32,97). Sum of RGB (Red+Green+Blue) = 84+32+97=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #542061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542061 is #ABDF9E. Grayscale: #363636. Windows color (decimal): -11263903 or 6365268. OLE color: 6365268.

HSL color Cylindrical-coordinate representation of color #542061: hue angle of 288º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #542061 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 32 97 -
CMYK 0.13 0.67 0 0.62
HSL 288º 0.5% 0.25% -
HSV(B) 288º 0.67% 0.38% -
XYZ 6.33 3.78 11.71 -
YUV 54.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 84 32 97 0.13 0.67 0 0.62 288 0.5 0.25
Hex 54 20 61 D 43 0 3E 120 32 19
Octal 124 40 141 15 103 0 76 440 62 31
Binary 1010100 100000 1100001 1101 1000011 0 111110 100100000 110010 11001

Color Harmonies of #542061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542061

Black with #542061

Text Example


Text Example

White with #542061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542061; }

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

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

background-color css

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

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

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

border-color css

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

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

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