#44075C

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

Shades of Scarlet Gum #44075C

Tints of Scarlet Gum #44075C

Color information

#44075C (or 0x44075C) is unknown color: approx Scarlet Gum. HEX triplet: 44, 07 and 5C. RGB value is (68,7,92). Sum of RGB (Red+Green+Blue) = 68+7+92=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #44075C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44075C is #BBF8A3. Grayscale: #222222. Windows color (decimal): -12318884 or 6031172. OLE color: 6031172.

HSL color Cylindrical-coordinate representation of color #44075C: hue angle of 283.06º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44075C is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68792-
CMYK0.260.9200.64
HSL283.06º85.86%19.41%-
HSV(B)283.06º92.39%36.08%-
XYZ4.392.1510.31-
YUV34.93160.21151.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 92 (36.33% from 255) = 55.09%
R=40.72%
G=4.19%
B=55.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal687920.260.9200.64283.0685.8619.41
Hex4475C1A5C04011b5613
Octal104713432134010043312623
Binary1000100111101110011010101110001000000100011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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