#441960

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

Shades of Scarlet Gum #441960

Tints of Scarlet Gum #441960

Color information

#441960 (or 0x441960) is unknown color: approx Scarlet Gum. HEX triplet: 44, 19 and 60. RGB value is (68,25,96). Sum of RGB (Red+Green+Blue) = 68+25+96=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #441960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441960 is #BBE69F. Grayscale: #2D2D2D. Windows color (decimal): -12314272 or 6297924. OLE color: 6297924.

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

Color convert

RGB682596-
CMYK0.290.7400.62
HSL276.34º58.68%23.73%-
HSV(B)276.34º73.96%37.65%-
XYZ4.842.7711.35-
YUV45.95156.25143.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=35.98%
G=13.23%
B=50.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6825960.290.7400.62276.3458.6823.73
Hex4419601D4A03E1143b18
Octal10431140351120764247330
Binary1000100110011100000111011001010011111010001010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441960; }

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

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

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

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

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

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

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

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