#440754

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

Shades of Scarlet Gum #440754

Tints of Scarlet Gum #440754

Color information

#440754 (or 0x440754) is unknown color: approx Scarlet Gum. HEX triplet: 44, 07 and 54. RGB value is (68,7,84). Sum of RGB (Red+Green+Blue) = 68+7+84=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #440754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440754 is #BBF8AB. Grayscale: #212121. Windows color (decimal): -12318892 or 5506884. OLE color: 5506884.

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

Color convert

RGB68784-
CMYK0.190.9200.67
HSL287.53º84.62%17.84%-
HSV(B)287.53º91.67%32.94%-
XYZ4.062.028.56-
YUV34.02156.21152.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=42.77%
G=4.40%
B=52.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal687840.190.9200.67287.5384.6217.84
Hex44754135C0431205512
Octal104712423134010344012522
Binary1000100111101010010011101110001000011100100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440754; }

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

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

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

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

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

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

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

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