#442056

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

Shades of Scarlet Gum #442056

Tints of Scarlet Gum #442056

Color information

#442056 (or 0x442056) is unknown color: approx Scarlet Gum. HEX triplet: 44, 20 and 56. RGB value is (68,32,86). Sum of RGB (Red+Green+Blue) = 68+32+86=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #442056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442056 is #BBDFA9. Grayscale: #303030. Windows color (decimal): -12312490 or 5644356. OLE color: 5644356.

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

Color convert

RGB683286-
CMYK0.210.6300.66
HSL280º45.76%23.14%-
HSV(B)280º62.79%33.73%-
XYZ4.582.939.13-
YUV48.92148.93141.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=36.56%
G=17.20%
B=46.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6832860.210.6300.6628045.7623.14
Hex442056153F0421182e17
Octal10440126257701024305627
Binary10001001000001010110101011111110100001010001100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442056; }

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

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

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

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

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

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

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

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