#441056

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

Shades of Scarlet Gum #441056

Tints of Scarlet Gum #441056

Color information

#441056 (or 0x441056) is unknown color: approx Scarlet Gum. HEX triplet: 44, 10 and 56. RGB value is (68,16,86). Sum of RGB (Red+Green+Blue) = 68+16+86=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #441056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441056 is #BBEFA9. Grayscale: #272727. Windows color (decimal): -12316586 or 5640260. OLE color: 5640260.

HSL color Cylindrical-coordinate representation of color #441056: hue angle of 284.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441056 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB681686-
CMYK0.210.8100.66
HSL284.57º68.63%20%-
HSV(B)284.57º81.4%33.73%-
XYZ4.252.279.02-
YUV39.53154.23148.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 86 (33.98% from 255) = 50.59%
R=40%
G=9.41%
B=50.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6816860.210.8100.66284.5768.6320
Hex441056155104211d4514
Octal1042012625121010243510524
Binary100010010000101011010101101000101000010100011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441056; }

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

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

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

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

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

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

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

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