#441157

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

Shades of Scarlet Gum #441157

Tints of Scarlet Gum #441157

Color information

#441157 (or 0x441157) is unknown color: approx Scarlet Gum. HEX triplet: 44, 11 and 57. RGB value is (68,17,87). Sum of RGB (Red+Green+Blue) = 68+17+87=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #441157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441157 is #BBEEA8. Grayscale: #282828. Windows color (decimal): -12316329 or 5706052. OLE color: 5706052.

HSL color Cylindrical-coordinate representation of color #441157: hue angle of 283.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441157 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB681787-
CMYK0.220.8000.66
HSL283.71º67.31%20.39%-
HSV(B)283.71º80.46%34.12%-
XYZ4.32.329.24-
YUV40.23154.4147.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 87 (34.38% from 255) = 50.58%
R=39.53%
G=9.88%
B=50.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6817870.220.8000.66283.7167.3120.39
Hex441157165004211c4314
Octal1042112726120010243410324
Binary100010010001101011110110101000001000010100011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441157; }

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

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

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

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

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

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

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

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