Html Css Color HEX #542E60 Scarlet Gum

📋 copy color: '#542E60'

red 84 ◦ green 46 ◦ blue 96

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

Shades of Scarlet Gum #542E60

Tints of Scarlet Gum #542E60

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

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

R = 37.17%
G = 20.35%
B = 42.48%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542E60 (or 0x542E60) is known color: Scarlet Gum. HEX triplet: 54, 2E and 60. RGB value is (84,46,96). Sum of RGB (Red+Green+Blue) = 84+46+96=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #542E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E60 is #ABD19F. Grayscale: #3E3E3E. Windows color (decimal): -11260320 or 6303316. OLE color: 6303316.

HSL color Cylindrical-coordinate representation of color #542E60: hue angle of 285.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542E60 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 46 96 -
CMYK 0.12 0.52 0 0.62
HSL 285.6º 0.35% 0.28% -
HSV(B) 285.6º 0.52% 0.38% -
XYZ 6.74 4.68 11.61 -
YUV 63.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 84 46 96 0.12 0.52 0 0.62 285.6 0.35 0.28
Hex 54 2E 60 C 34 0 3E 11E 23 1C
Octal 124 56 140 14 64 0 76 436 43 34
Binary 1010100 101110 1100000 1100 110100 0 111110 100011110 100011 11100

Color Harmonies of #542E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542E60

Black with #542E60

Text Example


Text Example

White with #542E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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