#44185D

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

Shades of Scarlet Gum #44185D

Tints of Scarlet Gum #44185D

Color information

#44185D (or 0x44185D) is unknown color: approx Scarlet Gum. HEX triplet: 44, 18 and 5D. RGB value is (68,24,93). Sum of RGB (Red+Green+Blue) = 68+24+93=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #44185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44185D is #BBE7A2. Grayscale: #2C2C2C. Windows color (decimal): -12314531 or 6101060. OLE color: 6101060.

HSL color Cylindrical-coordinate representation of color #44185D: hue angle of 278.26º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44185D is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB682493-
CMYK0.270.7400.64
HSL278.26º58.97%22.94%-
HSV(B)278.26º74.19%36.47%-
XYZ4.692.6710.62-
YUV45.02155.08144.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=36.76%
G=12.97%
B=50.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6824930.270.7400.64278.2658.9722.94
Hex44185D1B4A0401163b17
Octal104301353311201004267327
Binary10001001100010111011101110010100100000010001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44185D; }

 p { color: rgb(68,24,93); }

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

<style>
 a { background-color: #44185D; }

 a { background-color: rgb(68,24,93); }

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

<style>
 span { border-color: #44185D; }

 span { border-color: rgb(68,24,93); }

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