#44245C

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

Shades of Scarlet Gum #44245C

Tints of Scarlet Gum #44245C

Color information

#44245C (or 0x44245C) is unknown color: approx Scarlet Gum. HEX triplet: 44, 24 and 5C. RGB value is (68,36,92). Sum of RGB (Red+Green+Blue) = 68+36+92=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #44245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44245C is #BBDBA3. Grayscale: #333333. Windows color (decimal): -12311460 or 6038596. OLE color: 6038596.

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

Color convert

RGB683692-
CMYK0.260.6100.64
HSL274.29º43.75%25.1%-
HSV(B)274.29º60.87%36.08%-
XYZ4.953.2610.49-
YUV51.95150.6139.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=34.69%
G=18.37%
B=46.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6836920.260.6100.64274.2943.7525.1
Hex44245C1A3D0401122c19
Octal10444134327501004225431
Binary10001001001001011100110101111010100000010001001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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