Html Css Color HEX #542E61 Scarlet Gum

📋 copy color: '#542E61'

red 84 ◦ green 46 ◦ blue 97

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

Shades of Scarlet Gum #542E61

Tints of Scarlet Gum #542E61

RGB

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

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

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

R = 37%
G = 20.26%
B = 42.73%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542E61 (or 0x542E61) is known color: Scarlet Gum. HEX triplet: 54, 2E and 61. RGB value is (84,46,97). Sum of RGB (Red+Green+Blue) = 84+46+97=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #542E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E61 is #ABD19E. Grayscale: #3F3F3F. Windows color (decimal): -11260319 or 6368852. OLE color: 6368852.

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

Color convert

RGB 84 46 97 -
CMYK 0.13 0.53 0 0.62
HSL 284.71º 0.36% 0.28% -
HSV(B) 284.71º 0.53% 0.38% -
XYZ 6.79 4.7 11.86 -
YUV 63.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 84 46 97 0.13 0.53 0 0.62 284.71 0.36 0.28
Hex 54 2E 61 D 35 0 3E 11D 24 1C
Octal 124 56 141 15 65 0 76 435 44 34
Binary 1010100 101110 1100001 1101 110101 0 111110 100011101 100100 11100

Color Harmonies of #542E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542E61

Black with #542E61

Text Example


Text Example

White with #542E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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