#44095B

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

Shades of Scarlet Gum #44095B

Tints of Scarlet Gum #44095B

Color information

#44095B (or 0x44095B) is unknown color: approx Scarlet Gum. HEX triplet: 44, 09 and 5B. RGB value is (68,9,91). Sum of RGB (Red+Green+Blue) = 68+9+91=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #44095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44095B is #BBF6A4. Grayscale: #232323. Windows color (decimal): -12318373 or 5966148. OLE color: 5966148.

HSL color Cylindrical-coordinate representation of color #44095B: hue angle of 283.17º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44095B is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68991-
CMYK0.250.9000.64
HSL283.17º82%19.61%-
HSV(B)283.17º90.11%35.69%-
XYZ4.372.1810.09-
YUV35.99159.05150.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=40.48%
G=5.36%
B=54.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal689910.250.9000.64283.178219.61
Hex4495B195A04011b5214
Octal1041113331132010043312224
Binary10001001001101101111001101101001000000100011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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