#44055A

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

Shades of Scarlet Gum #44055A

Tints of Scarlet Gum #44055A

Color information

#44055A (or 0x44055A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 05 and 5A. RGB value is (68,5,90). Sum of RGB (Red+Green+Blue) = 68+5+90=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #44055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44055A is #BBFAA5. Grayscale: #212121. Windows color (decimal): -12319398 or 5899588. OLE color: 5899588.

HSL color Cylindrical-coordinate representation of color #44055A: hue angle of 284.47º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44055A is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB68590-
CMYK0.240.9400.65
HSL284.47º89.47%18.63%-
HSV(B)284.47º94.44%35.29%-
XYZ4.282.089.85-
YUV33.53159.87152.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=41.72%
G=3.07%
B=55.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal685900.240.9400.65284.4789.4718.63
Hex4455A185E04111c5913
Octal104513230136010143413123
Binary1000100101101101011000101111001000001100011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44055A; }

 p { color: rgb(68,5,90); }

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

<style>
 a { background-color: #44055A; }

 a { background-color: rgb(68,5,90); }

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

<style>
 span { border-color: #44055A; }

 span { border-color: rgb(68,5,90); }

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