#441460

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

Shades of Scarlet Gum #441460

Tints of Scarlet Gum #441460

Color information

#441460 (or 0x441460) is unknown color: approx Scarlet Gum. HEX triplet: 44, 14 and 60. RGB value is (68,20,96). Sum of RGB (Red+Green+Blue) = 68+20+96=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #441460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441460 is #BBEB9F. Grayscale: #2A2A2A. Windows color (decimal): -12315552 or 6296644. OLE color: 6296644.

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

Color convert

RGB682096-
CMYK0.290.7900.62
HSL277.89º65.52%22.75%-
HSV(B)277.89º79.17%37.65%-
XYZ4.752.5711.31-
YUV43.02157.9145.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=36.96%
G=10.87%
B=52.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6820960.290.7900.62277.8965.5222.75
Hex4414601D4F03E1164217
Octal104241403511707642610227
Binary10001001010011000001110110011110111110100010110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441460; }

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

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

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

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

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

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

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

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