Html Css Color HEX #542165 Scarlet Gum

📋 copy color: '#542165'

red 84 ◦ green 33 ◦ blue 101

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

Shades of Scarlet Gum #542165

Tints of Scarlet Gum #542165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 38.53%
G = 15.14%
B = 46.33%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#542165 (or 0x542165) is known color: Scarlet Gum. HEX triplet: 54, 21 and 65. RGB value is (84,33,101). Sum of RGB (Red+Green+Blue) = 84+33+101=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #542165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542165 is #ABDE9A. Grayscale: #373737. Windows color (decimal): -11263643 or 6627668. OLE color: 6627668.

HSL color Cylindrical-coordinate representation of color #542165: hue angle of 285º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #542165 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 33 101 -
CMYK 0.17 0.67 0 0.60
HSL 285º 0.51% 0.26% -
HSV(B) 285º 0.67% 0.4% -
XYZ 6.55 3.91 12.72 -
YUV 56 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 84 33 101 0.17 0.67 0 0.60 285 0.51 0.26
Hex 54 21 65 11 43 0 3C 11D 33 1A
Octal 124 41 145 21 103 0 74 435 63 32
Binary 1010100 100001 1100101 10001 1000011 0 111100 100011101 110011 11010

Color Harmonies of #542165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542165

Black with #542165

Text Example


Text Example

White with #542165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542165; }

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

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

background-color css

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

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

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

border-color css

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

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

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