#44095D

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

Shades of Scarlet Gum #44095D

Tints of Scarlet Gum #44095D

Color information

#44095D (or 0x44095D) is unknown color: approx Scarlet Gum. HEX triplet: 44, 09 and 5D. RGB value is (68,9,93). Sum of RGB (Red+Green+Blue) = 68+9+93=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #44095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44095D is #BBF6A2. Grayscale: #232323. Windows color (decimal): -12318371 or 6097220. OLE color: 6097220.

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

Color convert

RGB68993-
CMYK0.270.9000.64
HSL282.14º82.35%20%-
HSV(B)282.14º90.32%36.47%-
XYZ4.462.2110.55-
YUV36.22160.05150.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=40%
G=5.29%
B=54.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal689930.270.9000.64282.1482.3520
Hex4495D1B5A04011a5214
Octal1041113533132010043212224
Binary10001001001101110111011101101001000000100011010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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