#44295B

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

Shades of Scarlet Gum #44295B

Tints of Scarlet Gum #44295B

Color information

#44295B (or 0x44295B) is unknown color: approx Scarlet Gum. HEX triplet: 44, 29 and 5B. RGB value is (68,41,91). Sum of RGB (Red+Green+Blue) = 68+41+91=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #44295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44295B is #BBD6A4. Grayscale: #363636. Windows color (decimal): -12310181 or 5974340. OLE color: 5974340.

HSL color Cylindrical-coordinate representation of color #44295B: hue angle of 272.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44295B is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB684191-
CMYK0.250.5500.64
HSL272.4º37.88%25.88%-
HSV(B)272.4º54.95%35.69%-
XYZ5.073.5710.32-
YUV54.77148.45137.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=34%
G=20.5%
B=45.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6841910.250.5500.64272.437.8825.88
Hex44295B1937040110261a
Octal10451133316701004204632
Binary10001001010011011011110011101110100000010001000010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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