#44295E

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

Shades of Scarlet Gum #44295E

Tints of Scarlet Gum #44295E

Color information

#44295E (or 0x44295E) is unknown color: approx Scarlet Gum. HEX triplet: 44, 29 and 5E. RGB value is (68,41,94). Sum of RGB (Red+Green+Blue) = 68+41+94=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #44295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44295E is #BBD6A1. Grayscale: #363636. Windows color (decimal): -12310178 or 6170948. OLE color: 6170948.

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

Color convert

RGB684194-
CMYK0.280.5600.63
HSL270.57º39.26%26.47%-
HSV(B)270.57º56.38%36.86%-
XYZ5.23.6211.02-
YUV55.12149.95137.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=33.50%
G=20.20%
B=46.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6841940.280.5600.63270.5739.2626.47
Hex44295E1C3803F10f271a
Octal1045113634700774174732
Binary1000100101001101111011100111000011111110000111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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