#44244D

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

Shades of Scarlet Gum #44244D

Tints of Scarlet Gum #44244D

Color information

#44244D (or 0x44244D) is unknown color: approx Scarlet Gum. HEX triplet: 44, 24 and 4D. RGB value is (68,36,77). Sum of RGB (Red+Green+Blue) = 68+36+77=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #44244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44244D is #BBDBB2. Grayscale: #323232. Windows color (decimal): -12311475 or 5055556. OLE color: 5055556.

HSL color Cylindrical-coordinate representation of color #44244D: hue angle of 286.83º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44244D is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB683677-
CMYK0.120.5300.70
HSL286.83º36.28%22.16%-
HSV(B)286.83º53.25%30.2%-
XYZ4.353.037.38-
YUV50.24143.1140.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=37.57%
G=19.89%
B=42.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6836770.120.5300.70286.8336.2822.16
Hex44244DC3504611f2416
Octal10444115146501064374426
Binary1000100100100100110111001101010100011010001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,36,77); }

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

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

 a { background-color: rgb(68,36,77); }

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

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

 span { border-color: rgb(68,36,77); }

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