#440856

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

Shades of Scarlet Gum #440856

Tints of Scarlet Gum #440856

Color information

#440856 (or 0x440856) is unknown color: approx Scarlet Gum. HEX triplet: 44, 08 and 56. RGB value is (68,8,86). Sum of RGB (Red+Green+Blue) = 68+8+86=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #440856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440856 is #BBF7A9. Grayscale: #222222. Windows color (decimal): -12318634 or 5638212. OLE color: 5638212.

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

Color convert

RGB68886-
CMYK0.210.9100.66
HSL286.15º82.98%18.43%-
HSV(B)286.15º90.7%33.73%-
XYZ4.152.078.99-
YUV34.83156.88151.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=41.98%
G=4.94%
B=53.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal688860.210.9100.66286.1582.9818.43
Hex44856155B04211e5312
Octal1041012625133010243612322
Binary10001001000101011010101101101101000010100011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440856; }

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

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

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

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

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

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

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

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