#441150

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

Shades of Scarlet Gum #441150

Tints of Scarlet Gum #441150

Color information

#441150 (or 0x441150) is unknown color: approx Scarlet Gum. HEX triplet: 44, 11 and 50. RGB value is (68,17,80). Sum of RGB (Red+Green+Blue) = 68+17+80=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #441150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441150 is #BBEEAF. Grayscale: #272727. Windows color (decimal): -12316336 or 5247300. OLE color: 5247300.

HSL color Cylindrical-coordinate representation of color #441150: hue angle of 288.57º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441150 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB681780-
CMYK0.150.7900.69
HSL288.57º64.95%19.02%-
HSV(B)288.57º78.75%31.37%-
XYZ4.032.217.8-
YUV39.43150.9148.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=41.21%
G=10.30%
B=48.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6817800.150.7900.69288.5764.9519.02
Hex441150F4F0451214113
Octal1042112017117010544110123
Binary10001001000110100001111100111101000101100100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441150; }

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

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

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

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

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

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

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

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