#441C50

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

Shades of Scarlet Gum #441C50

Tints of Scarlet Gum #441C50

Color information

#441C50 (or 0x441C50) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1C and 50. RGB value is (68,28,80). Sum of RGB (Red+Green+Blue) = 68+28+80=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #441C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C50 is #BBE3AF. Grayscale: #2D2D2D. Windows color (decimal): -12313520 or 5250116. OLE color: 5250116.

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

Color convert

RGB682880-
CMYK0.150.6500.69
HSL286.15º48.15%21.18%-
HSV(B)286.15º65%31.37%-
XYZ4.252.647.87-
YUV45.89147.25143.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 28 (11.33% from 255) = 15.91%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=38.64%
G=15.91%
B=45.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6828800.150.6500.69286.1548.1521.18
Hex441C50F4104511e3015
Octal104341201710101054366025
Binary1000100111001010000111110000010100010110001111011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441C50; }

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

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

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

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

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

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

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

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