#441955

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

Shades of Scarlet Gum #441955

Tints of Scarlet Gum #441955

Color information

#441955 (or 0x441955) is unknown color: approx Scarlet Gum. HEX triplet: 44, 19 and 55. RGB value is (68,25,85). Sum of RGB (Red+Green+Blue) = 68+25+85=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #441955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441955 is #BBE6AA. Grayscale: #2C2C2C. Windows color (decimal): -12314283 or 5577028. OLE color: 5577028.

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

Color convert

RGB682585-
CMYK0.200.7100.67
HSL283º54.55%21.57%-
HSV(B)283º70.59%33.33%-
XYZ4.372.588.86-
YUV44.7150.75144.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=38.20%
G=14.04%
B=47.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6825850.200.7100.6728354.5521.57
Hex441955144704311b3716
Octal104311252410701034336726
Binary10001001100110101011010010001110100001110001101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441955; }

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

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

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

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

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

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

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

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