#44285B

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

Shades of Scarlet Gum #44285B

Tints of Scarlet Gum #44285B

Color information

#44285B (or 0x44285B) is unknown color: approx Scarlet Gum. HEX triplet: 44, 28 and 5B. RGB value is (68,40,91). Sum of RGB (Red+Green+Blue) = 68+40+91=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #44285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44285B is #BBD7A4. Grayscale: #363636. Windows color (decimal): -12310437 or 5974084. OLE color: 5974084.

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

Color convert

RGB684091-
CMYK0.250.5600.64
HSL272.94º38.93%25.69%-
HSV(B)272.94º56.04%35.69%-
XYZ5.033.510.31-
YUV54.19148.78137.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=34.17%
G=20.10%
B=45.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6840910.250.5600.64272.9438.9325.69
Hex44285B1938040111271a
Octal10450133317001004214732
Binary10001001010001011011110011110000100000010001000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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