#54186B

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

Shades of Scarlet Gum #54186B

Tints of Scarlet Gum #54186B

Color information

#54186B (or 0x54186B) is unknown color: approx Scarlet Gum. HEX triplet: 54, 18 and 6B. RGB value is (84,24,107). Sum of RGB (Red+Green+Blue) = 84+24+107=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #54186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54186B is #ABE794. Grayscale: #333333. Windows color (decimal): -11265941 or 7018580. OLE color: 7018580.

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

Color convert

RGB8424107-
CMYK0.210.7800.58
HSL283.37º63.36%25.69%-
HSV(B)283.37º77.57%41.96%-
XYZ6.643.614.25-
YUV51.4159.38151.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=39.07%
G=11.16%
B=49.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84241070.210.7800.58283.3763.3625.69
Hex54186B154E03A11b3f1a
Octal12430153251160724337732
Binary1010100110001101011101011001110011101010001101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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