#44145E

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

Shades of Scarlet Gum #44145E

Tints of Scarlet Gum #44145E

Color information

#44145E (or 0x44145E) is unknown color: approx Scarlet Gum. HEX triplet: 44, 14 and 5E. RGB value is (68,20,94). Sum of RGB (Red+Green+Blue) = 68+20+94=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #44145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44145E is #BBEBA1. Grayscale: #2A2A2A. Windows color (decimal): -12315554 or 6165572. OLE color: 6165572.

HSL color Cylindrical-coordinate representation of color #44145E: hue angle of 278.92º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44145E is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB682094-
CMYK0.280.7900.63
HSL278.92º64.91%22.35%-
HSV(B)278.92º78.72%36.86%-
XYZ4.652.5410.83-
YUV42.79156.9145.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=37.36%
G=10.99%
B=51.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6820940.280.7900.63278.9264.9122.35
Hex44145E1C4F03F1174116
Octal104241363411707742710126
Binary10001001010010111101110010011110111111100010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,20,94); }

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

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

 a { background-color: rgb(68,20,94); }

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

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

 span { border-color: rgb(68,20,94); }

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