#441058

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

Shades of Scarlet Gum #441058

Tints of Scarlet Gum #441058

Color information

#441058 (or 0x441058) is unknown color: approx Scarlet Gum. HEX triplet: 44, 10 and 58. RGB value is (68,16,88). Sum of RGB (Red+Green+Blue) = 68+16+88=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #441058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441058 is #BBEFA7. Grayscale: #272727. Windows color (decimal): -12316584 or 5771332. OLE color: 5771332.

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

Color convert

RGB681688-
CMYK0.230.8200.65
HSL283.33º69.23%20.39%-
HSV(B)283.33º81.82%34.51%-
XYZ4.332.39.45-
YUV39.76155.23148.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=39.53%
G=9.30%
B=51.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6816880.230.8200.65283.3369.2320.39
Hex441058175204111b4514
Octal1042013027122010143310524
Binary100010010000101100010111101001001000001100011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441058; }

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

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

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

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

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

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

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

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