#54196D

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

Shades of Scarlet Gum #54196D

Tints of Scarlet Gum #54196D

Color information

#54196D (or 0x54196D) is unknown color: approx Scarlet Gum. HEX triplet: 54, 19 and 6D. RGB value is (84,25,109). Sum of RGB (Red+Green+Blue) = 84+25+109=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #54196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54196D is #ABE692. Grayscale: #333333. Windows color (decimal): -11265683 or 7149908. OLE color: 7149908.

HSL color Cylindrical-coordinate representation of color #54196D: hue angle of 282.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54196D is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8425109-
CMYK0.230.7700.57
HSL282.14º62.69%26.27%-
HSV(B)282.14º77.06%42.75%-
XYZ6.763.6814.82-
YUV52.22160.05150.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 109 (42.97% from 255) = 50%
R=38.53%
G=11.47%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84251090.230.7700.57282.1462.6926.27
Hex54196D174D03911a3f1a
Octal12431155271150714327732
Binary1010100110011101101101111001101011100110001101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54196D; }

 p { color: rgb(84,25,109); }

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

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

 a { background-color: rgb(84,25,109); }

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

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

 span { border-color: rgb(84,25,109); }

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