#44224E

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

Shades of Scarlet Gum #44224E

Tints of Scarlet Gum #44224E

Color information

#44224E (or 0x44224E) is unknown color: approx Scarlet Gum. HEX triplet: 44, 22 and 4E. RGB value is (68,34,78). Sum of RGB (Red+Green+Blue) = 68+34+78=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #44224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44224E is #BBDDB1. Grayscale: #313131. Windows color (decimal): -12311986 or 5120580. OLE color: 5120580.

HSL color Cylindrical-coordinate representation of color #44224E: hue angle of 286.36º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44224E is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB683478-
CMYK0.130.5600.69
HSL286.36º39.29%21.96%-
HSV(B)286.36º56.41%30.59%-
XYZ4.332.927.54-
YUV49.18144.26141.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=37.78%
G=18.89%
B=43.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6834780.130.5600.69286.3639.2921.96
Hex44224ED3804511e2716
Octal10442116157001054364726
Binary1000100100010100111011011110000100010110001111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44224E; }

 p { color: rgb(68,34,78); }

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

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

 a { background-color: rgb(68,34,78); }

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

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

 span { border-color: rgb(68,34,78); }

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