#44155C

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

Shades of Scarlet Gum #44155C

Tints of Scarlet Gum #44155C

Color information

#44155C (or 0x44155C) is unknown color: approx Scarlet Gum. HEX triplet: 44, 15 and 5C. RGB value is (68,21,92). Sum of RGB (Red+Green+Blue) = 68+21+92=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #44155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44155C is #BBEAA3. Grayscale: #2A2A2A. Windows color (decimal): -12315300 or 6034756. OLE color: 6034756.

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

Color convert

RGB682192-
CMYK0.260.7700.64
HSL279.72º62.83%22.16%-
HSV(B)279.72º77.17%36.08%-
XYZ4.582.5410.37-
YUV43.15155.57145.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=37.57%
G=11.60%
B=50.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6821920.260.7700.64279.7262.8322.16
Hex44155C1A4D0401183f16
Octal104251343211501004307726
Binary10001001010110111001101010011010100000010001100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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