Html Css Color HEX #542762 Scarlet Gum

📋 copy color: '#542762'

red 84 ◦ green 39 ◦ blue 98

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

Shades of Scarlet Gum #542762

Tints of Scarlet Gum #542762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 38.01%
G = 17.65%
B = 44.34%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542762 (or 0x542762) is known color: Scarlet Gum. HEX triplet: 54, 27 and 62. RGB value is (84,39,98). Sum of RGB (Red+Green+Blue) = 84+39+98=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #542762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542762 is #ABD89D. Grayscale: #3A3A3A. Windows color (decimal): -11262110 or 6432596. OLE color: 6432596.

HSL color Cylindrical-coordinate representation of color #542762: hue angle of 285.76º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #542762 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 39 98 -
CMYK 0.14 0.60 0 0.62
HSL 285.76º 0.43% 0.27% -
HSV(B) 285.76º 0.6% 0.38% -
XYZ 6.59 4.22 12.02 -
YUV 59.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 84 39 98 0.14 0.60 0 0.62 285.76 0.43 0.27
Hex 54 27 62 E 3C 0 3E 11E 2B 1B
Octal 124 47 142 16 74 0 76 436 53 33
Binary 1010100 100111 1100010 1110 111100 0 111110 100011110 101011 11011

Color Harmonies of #542762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542762

Black with #542762

Text Example


Text Example

White with #542762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542762; }

 p { color: rgb(84,39,98); }

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

background-color css

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

 a { background-color: rgb(84,39,98); }

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

border-color css

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

 span { border-color: rgb(84,39,98); }

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