#441F60

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

Shades of Scarlet Gum #441F60

Tints of Scarlet Gum #441F60

Color information

#441F60 (or 0x441F60) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1F and 60. RGB value is (68,31,96). Sum of RGB (Red+Green+Blue) = 68+31+96=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #441F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F60 is #BBE09F. Grayscale: #313131. Windows color (decimal): -12312736 or 6299460. OLE color: 6299460.

HSL color Cylindrical-coordinate representation of color #441F60: hue angle of 274.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441F60 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB683196-
CMYK0.290.6800.62
HSL274.15º51.18%24.9%-
HSV(B)274.15º67.71%37.65%-
XYZ4.993.0511.39-
YUV49.47154.26141.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=34.87%
G=15.90%
B=49.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6831960.290.6800.62274.1551.1824.9
Hex441F601D4403E1123319
Octal10437140351040764226331
Binary1000100111111100000111011000100011111010001001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441F60; }

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

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

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

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

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

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

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

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