#441660

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

Shades of Scarlet Gum #441660

Tints of Scarlet Gum #441660

Color information

#441660 (or 0x441660) is unknown color: approx Scarlet Gum. HEX triplet: 44, 16 and 60. RGB value is (68,22,96). Sum of RGB (Red+Green+Blue) = 68+22+96=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #441660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441660 is #BBE99F. Grayscale: #2B2B2B. Windows color (decimal): -12315040 or 6297156. OLE color: 6297156.

HSL color Cylindrical-coordinate representation of color #441660: hue angle of 277.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441660 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB682296-
CMYK0.290.7700.62
HSL277.3º62.71%23.14%-
HSV(B)277.3º77.08%37.65%-
XYZ4.782.6511.33-
YUV44.19157.24144.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=36.56%
G=11.83%
B=51.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6822960.290.7700.62277.362.7123.14
Hex4416601D4D03E1153f17
Octal10426140351150764257727
Binary1000100101101100000111011001101011111010001010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441660; }

 p { color: rgb(68,22,96); }

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

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

 a { background-color: rgb(68,22,96); }

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

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

 span { border-color: rgb(68,22,96); }

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