#440556

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

Shades of Scarlet Gum #440556

Tints of Scarlet Gum #440556

Color information

#440556 (or 0x440556) is unknown color: approx Scarlet Gum. HEX triplet: 44, 05 and 56. RGB value is (68,5,86). Sum of RGB (Red+Green+Blue) = 68+5+86=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #440556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440556 is #BBFAA9. Grayscale: #202020. Windows color (decimal): -12319402 or 5637444. OLE color: 5637444.

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

Color convert

RGB68586-
CMYK0.210.9400.66
HSL286.67º89.01%17.84%-
HSV(B)286.67º94.19%33.73%-
XYZ4.122.018.97-
YUV33.07157.87152.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=42.77%
G=3.14%
B=54.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal685860.210.9400.66286.6789.0117.84
Hex44556155E04211f5912
Octal104512625136010243713122
Binary1000100101101011010101101111001000010100011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440556; }

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

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

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

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

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

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

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

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