Html Css Color HEX #542A60 Scarlet Gum

📋 copy color: '#542A60'

red 84 ◦ green 42 ◦ blue 96

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

Shades of Scarlet Gum #542A60

Tints of Scarlet Gum #542A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.92%

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

R = 37.84%
G = 18.92%
B = 43.24%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542A60 (or 0x542A60) is known color: Scarlet Gum. HEX triplet: 54, 2A and 60. RGB value is (84,42,96). Sum of RGB (Red+Green+Blue) = 84+42+96=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #542A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A60 is #ABD59F. Grayscale: #3C3C3C. Windows color (decimal): -11261344 or 6302292. OLE color: 6302292.

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

Color convert

RGB 84 42 96 -
CMYK 0.12 0.56 0 0.62
HSL 286.67º 0.39% 0.27% -
HSV(B) 286.67º 0.56% 0.38% -
XYZ 6.6 4.39 11.57 -
YUV 60.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 84 42 96 0.12 0.56 0 0.62 286.67 0.39 0.27
Hex 54 2A 60 C 38 0 3E 11F 27 1B
Octal 124 52 140 14 70 0 76 437 47 33
Binary 1010100 101010 1100000 1100 111000 0 111110 100011111 100111 11011

Color Harmonies of #542A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542A60

Black with #542A60

Text Example


Text Example

White with #542A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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