#440954

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

Shades of Scarlet Gum #440954

Tints of Scarlet Gum #440954

Color information

#440954 (or 0x440954) is unknown color: approx Scarlet Gum. HEX triplet: 44, 09 and 54. RGB value is (68,9,84). Sum of RGB (Red+Green+Blue) = 68+9+84=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #440954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440954 is #BBF6AB. Grayscale: #222222. Windows color (decimal): -12318380 or 5507396. OLE color: 5507396.

HSL color Cylindrical-coordinate representation of color #440954: hue angle of 287.2º 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 #440954 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB68984-
CMYK0.190.8900.67
HSL287.2º80.65%18.24%-
HSV(B)287.2º89.29%32.94%-
XYZ4.082.068.57-
YUV35.19155.55151.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=42.24%
G=5.59%
B=52.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal689840.190.8900.67287.280.6518.24
Hex44954135904311f5112
Octal1041112423131010343712122
Binary10001001001101010010011101100101000011100011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440954; }

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

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

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

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

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

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

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

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