#442856

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

Shades of Scarlet Gum #442856

Tints of Scarlet Gum #442856

Color information

#442856 (or 0x442856) is unknown color: approx Scarlet Gum. HEX triplet: 44, 28 and 56. RGB value is (68,40,86). Sum of RGB (Red+Green+Blue) = 68+40+86=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #442856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442856 is #BBD7A9. Grayscale: #353535. Windows color (decimal): -12310442 or 5646404. OLE color: 5646404.

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

Color convert

RGB684086-
CMYK0.210.5300.66
HSL276.52º36.51%24.71%-
HSV(B)276.52º53.49%33.73%-
XYZ4.823.429.21-
YUV53.62146.28138.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=35.05%
G=20.62%
B=44.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6840860.210.5300.66276.5236.5124.71
Hex44285615350421152519
Octal10450126256501024254531
Binary10001001010001010110101011101010100001010001010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442856; }

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

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

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

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

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

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

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

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