#441D55

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

Shades of Scarlet Gum #441D55

Tints of Scarlet Gum #441D55

Color information

#441D55 (or 0x441D55) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1D and 55. RGB value is (68,29,85). Sum of RGB (Red+Green+Blue) = 68+29+85=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #441D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D55 is #BBE2AA. Grayscale: #2E2E2E. Windows color (decimal): -12313259 or 5578052. OLE color: 5578052.

HSL color Cylindrical-coordinate representation of color #441D55: hue angle of 281.79º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #441D55 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB682985-
CMYK0.200.6600.67
HSL281.79º49.12%22.35%-
HSV(B)281.79º65.88%33.33%-
XYZ4.462.768.89-
YUV47.04149.42142.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=37.36%
G=15.93%
B=46.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6829850.200.6600.67281.7949.1222.35
Hex441D55144204311a3116
Octal104351252410201034326126
Binary10001001110110101011010010000100100001110001101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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