#54186A

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

Shades of Scarlet Gum #54186A

Tints of Scarlet Gum #54186A

Color information

#54186A (or 0x54186A) is unknown color: approx Scarlet Gum. HEX triplet: 54, 18 and 6A. RGB value is (84,24,106). Sum of RGB (Red+Green+Blue) = 84+24+106=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #54186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54186A is #ABE795. Grayscale: #333333. Windows color (decimal): -11265942 or 6953044. OLE color: 6953044.

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

Color convert

RGB8424106-
CMYK0.210.7700.58
HSL283.9º63.08%25.49%-
HSV(B)283.9º77.36%41.57%-
XYZ6.583.5813.98-
YUV51.29158.88151.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 106 (41.80% from 255) = 49.53%
R=39.25%
G=11.21%
B=49.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84241060.210.7700.58283.963.0825.49
Hex54186A154D03A11c3f19
Octal12430152251150724347731
Binary1010100110001101010101011001101011101010001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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