#54196A

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

Shades of Scarlet Gum #54196A

Tints of Scarlet Gum #54196A

Color information

#54196A (or 0x54196A) is unknown color: approx Scarlet Gum. HEX triplet: 54, 19 and 6A. RGB value is (84,25,106). Sum of RGB (Red+Green+Blue) = 84+25+106=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #54196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54196A is #ABE695. Grayscale: #333333. Windows color (decimal): -11265686 or 6953300. OLE color: 6953300.

HSL color Cylindrical-coordinate representation of color #54196A: hue angle of 283.7º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54196A is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8425106-
CMYK0.210.7600.58
HSL283.7º61.83%25.69%-
HSV(B)283.7º76.42%41.57%-
XYZ6.613.6213.99-
YUV51.88158.55150.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=39.07%
G=11.63%
B=49.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84251060.210.7600.58283.761.8325.69
Hex54196A154C03A11c3e1a
Octal12431152251140724347632
Binary1010100110011101010101011001100011101010001110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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