#441059

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

Shades of Scarlet Gum #441059

Tints of Scarlet Gum #441059

Color information

#441059 (or 0x441059) is unknown color: approx Scarlet Gum. HEX triplet: 44, 10 and 59. RGB value is (68,16,89). Sum of RGB (Red+Green+Blue) = 68+16+89=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #441059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441059 is #BBEFA6. Grayscale: #272727. Windows color (decimal): -12316583 or 5836868. OLE color: 5836868.

HSL color Cylindrical-coordinate representation of color #441059: hue angle of 282.74º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441059 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB681689-
CMYK0.240.8200.65
HSL282.74º69.52%20.59%-
HSV(B)282.74º82.02%34.9%-
XYZ4.372.329.67-
YUV39.87155.73148.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=39.31%
G=9.25%
B=51.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6816890.240.8200.65282.7469.5220.59
Hex441059185204111b4615
Octal1042013130122010143310625
Binary100010010000101100111000101001001000001100011011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441059; }

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

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

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

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

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

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

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

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