#440955

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

Shades of Scarlet Gum #440955

Tints of Scarlet Gum #440955

Color information

#440955 (or 0x440955) is unknown color: approx Scarlet Gum. HEX triplet: 44, 09 and 55. RGB value is (68,9,85). Sum of RGB (Red+Green+Blue) = 68+9+85=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #440955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440955 is #BBF6AA. Grayscale: #232323. Windows color (decimal): -12318379 or 5572932. OLE color: 5572932.

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

Color convert

RGB68985-
CMYK0.200.8900.67
HSL286.58º80.85%18.43%-
HSV(B)286.58º89.41%33.33%-
XYZ4.122.088.78-
YUV35.3156.05151.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=41.98%
G=5.56%
B=52.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal689850.200.8900.67286.5880.8518.43
Hex44955145904311f5112
Octal1041112524131010343712122
Binary10001001001101010110100101100101000011100011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440955; }

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

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

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

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

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

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

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

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