Html Css Color HEX #542163 Scarlet Gum

📋 copy color: '#542163'

red 84 ◦ green 33 ◦ blue 99

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

Shades of Scarlet Gum #542163

Tints of Scarlet Gum #542163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 38.89%
G = 15.28%
B = 45.83%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#542163 (or 0x542163) is known color: Scarlet Gum. HEX triplet: 54, 21 and 63. RGB value is (84,33,99). Sum of RGB (Red+Green+Blue) = 84+33+99=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #542163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542163 is #ABDE9C. Grayscale: #373737. Windows color (decimal): -11263645 or 6496596. OLE color: 6496596.

HSL color Cylindrical-coordinate representation of color #542163: hue angle of 286.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #542163 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 33 99 -
CMYK 0.15 0.67 0 0.61
HSL 286.36º 0.5% 0.26% -
HSV(B) 286.36º 0.67% 0.39% -
XYZ 6.45 3.87 12.21 -
YUV 55.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 84 33 99 0.15 0.67 0 0.61 286.36 0.5 0.26
Hex 54 21 63 F 43 0 3D 11E 32 1A
Octal 124 41 143 17 103 0 75 436 62 32
Binary 1010100 100001 1100011 1111 1000011 0 111101 100011110 110010 11010

Color Harmonies of #542163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542163

Black with #542163

Text Example


Text Example

White with #542163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542163; }

 p { color: rgb(84,33,99); }

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

background-color css

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

 a { background-color: rgb(84,33,99); }

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

border-color css

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

 span { border-color: rgb(84,33,99); }

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