#44085D

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

Shades of Scarlet Gum #44085D

Tints of Scarlet Gum #44085D

Color information

#44085D (or 0x44085D) is unknown color: approx Scarlet Gum. HEX triplet: 44, 08 and 5D. RGB value is (68,8,93). Sum of RGB (Red+Green+Blue) = 68+8+93=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #44085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44085D is #BBF7A2. Grayscale: #232323. Windows color (decimal): -12318627 or 6096964. OLE color: 6096964.

HSL color Cylindrical-coordinate representation of color #44085D: hue angle of 282.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44085D is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68893-
CMYK0.270.9100.64
HSL282.35º84.16%19.8%-
HSV(B)282.35º91.4%36.47%-
XYZ4.452.1910.54-
YUV35.63160.38151.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=40.24%
G=4.73%
B=55.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal688930.270.9100.64282.3584.1619.8
Hex4485D1B5B04011a5414
Octal1041013533133010043212424
Binary10001001000101110111011101101101000000100011010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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