Html Css Color HEX #542C62 Scarlet Gum

📋 copy color: '#542C62'

red 84 ◦ green 44 ◦ blue 98

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

Shades of Scarlet Gum #542C62

Tints of Scarlet Gum #542C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.47%

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

R = 37.17%
G = 19.47%
B = 43.36%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542C62 (or 0x542C62) is known color: Scarlet Gum. HEX triplet: 54, 2C and 62. RGB value is (84,44,98). Sum of RGB (Red+Green+Blue) = 84+44+98=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #542C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C62 is #ABD39D. Grayscale: #3D3D3D. Windows color (decimal): -11260830 or 6433876. OLE color: 6433876.

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

Color convert

RGB 84 44 98 -
CMYK 0.14 0.55 0 0.62
HSL 284.44º 0.38% 0.28% -
HSV(B) 284.44º 0.55% 0.38% -
XYZ 6.76 4.57 12.08 -
YUV 62.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 84 44 98 0.14 0.55 0 0.62 284.44 0.38 0.28
Hex 54 2C 62 E 37 0 3E 11C 26 1C
Octal 124 54 142 16 67 0 76 434 46 34
Binary 1010100 101100 1100010 1110 110111 0 111110 100011100 100110 11100

Color Harmonies of #542C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542C62

Black with #542C62

Text Example


Text Example

White with #542C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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