#44285D

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

Shades of Scarlet Gum #44285D

Tints of Scarlet Gum #44285D

Color information

#44285D (or 0x44285D) is unknown color: approx Scarlet Gum. HEX triplet: 44, 28 and 5D. RGB value is (68,40,93). Sum of RGB (Red+Green+Blue) = 68+40+93=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #44285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44285D is #BBD7A2. Grayscale: #363636. Windows color (decimal): -12310435 or 6105156. OLE color: 6105156.

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

Color convert

RGB684093-
CMYK0.270.5700.64
HSL271.7º39.85%26.08%-
HSV(B)271.7º56.99%36.47%-
XYZ5.123.5410.77-
YUV54.41149.78137.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=33.83%
G=19.90%
B=46.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6840930.270.5700.64271.739.8526.08
Hex44285D1B39040110281a
Octal10450135337101004205032
Binary10001001010001011101110111110010100000010001000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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