#541766

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

Shades of Scarlet Gum #541766

Tints of Scarlet Gum #541766

Color information

#541766 (or 0x541766) is unknown color: approx Scarlet Gum. HEX triplet: 54, 17 and 66. RGB value is (84,23,102). Sum of RGB (Red+Green+Blue) = 84+23+102=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #541766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541766 is #ABE899. Grayscale: #313131. Windows color (decimal): -11266202 or 6690644. OLE color: 6690644.

HSL color Cylindrical-coordinate representation of color #541766: hue angle of 286.33º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541766 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8423102-
CMYK0.180.7700.6
HSL286.33º63.2%24.51%-
HSV(B)286.33º77.45%40%-
XYZ6.363.4612.9-
YUV50.24157.21152.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=40.19%
G=11.00%
B=48.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84231020.180.7700.6286.3363.224.51
Hex541766124D03C11e3f19
Octal12427146221150744367731
Binary1010100101111100110100101001101011110010001111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541766; }

 p { color: rgb(84,23,102); }

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

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

 a { background-color: rgb(84,23,102); }

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

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

 span { border-color: rgb(84,23,102); }

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