#44205C

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

Shades of Scarlet Gum #44205C

Tints of Scarlet Gum #44205C

Color information

#44205C (or 0x44205C) is unknown color: approx Scarlet Gum. HEX triplet: 44, 20 and 5C. RGB value is (68,32,92). Sum of RGB (Red+Green+Blue) = 68+32+92=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #44205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44205C is #BBDFA3. Grayscale: #313131. Windows color (decimal): -12312484 or 6037572. OLE color: 6037572.

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

Color convert

RGB683292-
CMYK0.260.6500.64
HSL276º48.39%24.31%-
HSV(B)276º65.22%36.08%-
XYZ4.833.0310.46-
YUV49.6151.93141.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=35.42%
G=16.67%
B=47.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6832920.260.6500.6427648.3924.31
Hex44205C1A410401143018
Octal104401343210101004246030
Binary100010010000010111001101010000010100000010001010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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