#541668

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

Shades of Scarlet Gum #541668

Tints of Scarlet Gum #541668

Color information

#541668 (or 0x541668) is unknown color: approx Scarlet Gum. HEX triplet: 54, 16 and 68. RGB value is (84,22,104). Sum of RGB (Red+Green+Blue) = 84+22+104=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #541668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541668 is #ABE997. Grayscale: #313131. Windows color (decimal): -11266456 or 6821460. OLE color: 6821460.

HSL color Cylindrical-coordinate representation of color #541668: hue angle of 285.37º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541668 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8422104-
CMYK0.190.7900.59
HSL285.37º65.08%24.71%-
HSV(B)285.37º78.85%40.78%-
XYZ6.443.4613.42-
YUV49.89158.54152.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=40%
G=10.48%
B=49.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84221040.190.7900.59285.3765.0824.71
Hex541668134F03B11d4119
Octal124261502311707343510131
Binary10101001011011010001001110011110111011100011101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541668; }

 p { color: rgb(84,22,104); }

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

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

 a { background-color: rgb(84,22,104); }

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

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

 span { border-color: rgb(84,22,104); }

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