#541666

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

Shades of Scarlet Gum #541666

Tints of Scarlet Gum #541666

Color information

#541666 (or 0x541666) is unknown color: approx Scarlet Gum. HEX triplet: 54, 16 and 66. RGB value is (84,22,102). Sum of RGB (Red+Green+Blue) = 84+22+102=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #541666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541666 is #ABE999. Grayscale: #313131. Windows color (decimal): -11266458 or 6690388. OLE color: 6690388.

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

Color convert

RGB8422102-
CMYK0.180.7800.6
HSL286.5º64.52%24.31%-
HSV(B)286.5º78.43%40%-
XYZ6.343.4212.9-
YUV49.66157.54152.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=40.38%
G=10.58%
B=49.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84221020.180.7800.6286.564.5224.31
Hex541666124E03C11e4118
Octal124261462211607443610130
Binary10101001011011001101001010011100111100100011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541666; }

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

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

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

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

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

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

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

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