#44195B

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

Shades of Scarlet Gum #44195B

Tints of Scarlet Gum #44195B

Color information

#44195B (or 0x44195B) is unknown color: approx Scarlet Gum. HEX triplet: 44, 19 and 5B. RGB value is (68,25,91). Sum of RGB (Red+Green+Blue) = 68+25+91=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #44195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44195B is #BBE6A4. Grayscale: #2D2D2D. Windows color (decimal): -12314277 or 5970244. OLE color: 5970244.

HSL color Cylindrical-coordinate representation of color #44195B: hue angle of 279.09º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44195B is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB682591-
CMYK0.250.7300.64
HSL279.09º56.9%22.75%-
HSV(B)279.09º72.53%35.69%-
XYZ4.622.6810.17-
YUV45.38153.75144.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=36.96%
G=13.59%
B=49.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6825910.250.7300.64279.0956.922.75
Hex44195B19490401173917
Octal104311333111101004277127
Binary10001001100110110111100110010010100000010001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44195B; }

 p { color: rgb(68,25,91); }

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

<style>
 a { background-color: #44195B; }

 a { background-color: rgb(68,25,91); }

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

<style>
 span { border-color: #44195B; }

 span { border-color: rgb(68,25,91); }

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