#542264

Color #542264 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #542264

Tints of Scarlet Gum #542264

Color information

#542264 (or 0x542264) is unknown color: approx Scarlet Gum. HEX triplet: 54, 22 and 64. RGB value is (84,34,100). Sum of RGB (Red+Green+Blue) = 84+34+100=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #542264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542264 is #ABDD9B. Grayscale: #383838. Windows color (decimal): -11263388 or 6562388. OLE color: 6562388.

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

Color convert

RGB8434100-
CMYK0.160.6600.61
HSL285.45º49.25%26.27%-
HSV(B)285.45º66%39.22%-
XYZ6.533.9512.47-
YUV56.47152.56147.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=38.53%
G=15.60%
B=45.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84341000.160.6600.61285.4549.2526.27
Hex542264104203D11d311a
Octal12442144201020754356132
Binary10101001000101100100100001000010011110110001110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542264; }

 p { color: rgb(84,34,100); }

 H1.HeaderClassName
 {
   color: #542264;
 }
 .AnyTagClassName
 {
   color: #542264;
 }
</style>
background-color css

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

 a { background-color: rgb(84,34,100); }

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

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

 span { border-color: rgb(84,34,100); }

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