#441560

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

Shades of Scarlet Gum #441560

Tints of Scarlet Gum #441560

Color information

#441560 (or 0x441560) is unknown color: approx Scarlet Gum. HEX triplet: 44, 15 and 60. RGB value is (68,21,96). Sum of RGB (Red+Green+Blue) = 68+21+96=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #441560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441560 is #BBEA9F. Grayscale: #2B2B2B. Windows color (decimal): -12315296 or 6296900. OLE color: 6296900.

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

Color convert

RGB682196-
CMYK0.290.7800.62
HSL277.6º64.1%22.94%-
HSV(B)277.6º78.12%37.65%-
XYZ4.762.6111.32-
YUV43.6157.57145.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=36.76%
G=11.35%
B=51.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6821960.290.7800.62277.664.122.94
Hex4415601D4E03E1164017
Octal104251403511607642610027
Binary10001001010111000001110110011100111110100010110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441560; }

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

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

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

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

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

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

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

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