#440A59

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

Shades of Scarlet Gum #440A59

Tints of Scarlet Gum #440A59

Color information

#440A59 (or 0x440A59) is unknown color: approx Scarlet Gum. HEX triplet: 44, 0A and 59. RGB value is (68,10,89). Sum of RGB (Red+Green+Blue) = 68+10+89=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #440A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A59 is #BBF5A6. Grayscale: #242424. Windows color (decimal): -12318119 or 5835332. OLE color: 5835332.

HSL color Cylindrical-coordinate representation of color #440A59: hue angle of 284.05º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440A59 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB681089-
CMYK0.240.8900.65
HSL284.05º79.8%19.41%-
HSV(B)284.05º88.76%34.9%-
XYZ4.32.179.64-
YUV36.35157.72150.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=40.72%
G=5.99%
B=53.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6810890.240.8900.65284.0579.819.41
Hex44A59185904111c5013
Octal1041213130131010143412023
Binary10001001010101100111000101100101000001100011100101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A59; }

 p { color: rgb(68,10,89); }

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

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

 a { background-color: rgb(68,10,89); }

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

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

 span { border-color: rgb(68,10,89); }

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