Html Css Color HEX #542861 Scarlet Gum

📋 copy color: '#542861'

red 84 ◦ green 40 ◦ blue 97

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

Shades of Scarlet Gum #542861

Tints of Scarlet Gum #542861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 38.01%
G = 18.1%
B = 43.89%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542861 (or 0x542861) is known color: Scarlet Gum. HEX triplet: 54, 28 and 61. RGB value is (84,40,97). Sum of RGB (Red+Green+Blue) = 84+40+97=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #542861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542861 is #ABD79E. Grayscale: #3B3B3B. Windows color (decimal): -11261855 or 6367316. OLE color: 6367316.

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

Color convert

RGB 84 40 97 -
CMYK 0.13 0.59 0 0.62
HSL 286.32º 0.42% 0.27% -
HSV(B) 286.32º 0.59% 0.38% -
XYZ 6.57 4.27 11.79 -
YUV 59.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 84 40 97 0.13 0.59 0 0.62 286.32 0.42 0.27
Hex 54 28 61 D 3B 0 3E 11E 2A 1B
Octal 124 50 141 15 73 0 76 436 52 33
Binary 1010100 101000 1100001 1101 111011 0 111110 100011110 101010 11011

Color Harmonies of #542861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542861

Black with #542861

Text Example


Text Example

White with #542861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542861; }

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

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

background-color css

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

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

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

border-color css

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

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

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