#441D50

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

Shades of Scarlet Gum #441D50

Tints of Scarlet Gum #441D50

Color information

#441D50 (or 0x441D50) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1D and 50. RGB value is (68,29,80). Sum of RGB (Red+Green+Blue) = 68+29+80=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #441D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D50 is #BBE2AF. Grayscale: #2E2E2E. Windows color (decimal): -12313264 or 5250372. OLE color: 5250372.

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

Color convert

RGB682980-
CMYK0.150.6400.69
HSL285.88º46.79%21.37%-
HSV(B)285.88º63.75%31.37%-
XYZ4.272.697.88-
YUV46.48146.92143.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=38.42%
G=16.38%
B=45.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6829800.150.6400.69285.8846.7921.37
Hex441D50F4004511e2f15
Octal104351201710001054365725
Binary1000100111011010000111110000000100010110001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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