#44095C

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

Shades of Scarlet Gum #44095C

Tints of Scarlet Gum #44095C

Color information

#44095C (or 0x44095C) is unknown color: approx Scarlet Gum. HEX triplet: 44, 09 and 5C. RGB value is (68,9,92). Sum of RGB (Red+Green+Blue) = 68+9+92=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #44095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44095C is #BBF6A3. Grayscale: #232323. Windows color (decimal): -12318372 or 6031684. OLE color: 6031684.

HSL color Cylindrical-coordinate representation of color #44095C: hue angle of 282.65º 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 #44095C is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68992-
CMYK0.260.9000.64
HSL282.65º82.18%19.8%-
HSV(B)282.65º90.22%36.08%-
XYZ4.412.210.32-
YUV36.1159.55150.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=40.24%
G=5.33%
B=54.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal689920.260.9000.64282.6582.1819.8
Hex4495C1A5A04011b5214
Octal1041113432132010043312224
Binary10001001001101110011010101101001000000100011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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