Html Css Color HEX #542261 Scarlet Gum

📋 copy color: '#542261'

red 84 ◦ green 34 ◦ blue 97

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

Shades of Scarlet Gum #542261

Tints of Scarlet Gum #542261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 39.07%
G = 15.81%
B = 45.12%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542261 (or 0x542261) is known color: Scarlet Gum. HEX triplet: 54, 22 and 61. RGB value is (84,34,97). Sum of RGB (Red+Green+Blue) = 84+34+97=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #542261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542261 is #ABDD9E. Grayscale: #373737. Windows color (decimal): -11263391 or 6365780. OLE color: 6365780.

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

Color convert

RGB 84 34 97 -
CMYK 0.13 0.65 0 0.62
HSL 287.62º 0.48% 0.26% -
HSV(B) 287.62º 0.65% 0.38% -
XYZ 6.39 3.89 11.72 -
YUV 56.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 84 34 97 0.13 0.65 0 0.62 287.62 0.48 0.26
Hex 54 22 61 D 41 0 3E 120 30 1A
Octal 124 42 141 15 101 0 76 440 60 32
Binary 1010100 100010 1100001 1101 1000001 0 111110 100100000 110000 11010

Color Harmonies of #542261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542261

Black with #542261

Text Example


Text Example

White with #542261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542261; }

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

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

background-color css

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

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

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

border-color css

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

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

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