#441160

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

Shades of Scarlet Gum #441160

Tints of Scarlet Gum #441160

Color information

#441160 (or 0x441160) is unknown color: approx Scarlet Gum. HEX triplet: 44, 11 and 60. RGB value is (68,17,96). Sum of RGB (Red+Green+Blue) = 68+17+96=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #441160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441160 is #BBEE9F. Grayscale: #282828. Windows color (decimal): -12316320 or 6295876. OLE color: 6295876.

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

Color convert

RGB681796-
CMYK0.290.8200.62
HSL278.73º69.91%22.16%-
HSV(B)278.73º82.29%37.65%-
XYZ4.72.4711.3-
YUV41.26158.9147.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=37.57%
G=9.39%
B=53.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6817960.290.8200.62278.7369.9122.16
Hex4411601D5203E1174616
Octal104211403512207642710626
Binary10001001000111000001110110100100111110100010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441160; }

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

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

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

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

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

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

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

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