#44165A

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

Shades of Scarlet Gum #44165A

Tints of Scarlet Gum #44165A

Color information

#44165A (or 0x44165A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 16 and 5A. RGB value is (68,22,90). Sum of RGB (Red+Green+Blue) = 68+22+90=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #44165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44165A is #BBE9A5. Grayscale: #2B2B2B. Windows color (decimal): -12315046 or 5903940. OLE color: 5903940.

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

Color convert

RGB682290-
CMYK0.240.7600.65
HSL280.59º60.71%21.96%-
HSV(B)280.59º75.56%35.29%-
XYZ4.522.549.93-
YUV43.51154.24145.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 90 (35.55% from 255) = 50%
R=37.78%
G=12.22%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6822900.240.7600.65280.5960.7121.96
Hex44165A184C0411193d16
Octal104261323011401014317526
Binary10001001011010110101100010011000100000110001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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