Html Css Color HEX #542760 Scarlet Gum

📋 copy color: '#542760'

red 84 ◦ green 39 ◦ blue 96

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

Shades of Scarlet Gum #542760

Tints of Scarlet Gum #542760

RGB

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

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

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

R = 38.36%
G = 17.81%
B = 43.84%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542760 (or 0x542760) is known color: Scarlet Gum. HEX triplet: 54, 27 and 60. RGB value is (84,39,96). Sum of RGB (Red+Green+Blue) = 84+39+96=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #542760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542760 is #ABD89F. Grayscale: #3A3A3A. Windows color (decimal): -11262112 or 6301524. OLE color: 6301524.

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

Color convert

RGB 84 39 96 -
CMYK 0.12 0.59 0 0.62
HSL 287.37º 0.42% 0.26% -
HSV(B) 287.37º 0.59% 0.38% -
XYZ 6.49 4.18 11.53 -
YUV 58.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 84 39 96 0.12 0.59 0 0.62 287.37 0.42 0.26
Hex 54 27 60 C 3B 0 3E 11F 2A 1A
Octal 124 47 140 14 73 0 76 437 52 32
Binary 1010100 100111 1100000 1100 111011 0 111110 100011111 101010 11010

Color Harmonies of #542760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542760

Black with #542760

Text Example


Text Example

White with #542760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542760; }

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

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

background-color css

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

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

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

border-color css

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

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

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