#44255A

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

Shades of Scarlet Gum #44255A

Tints of Scarlet Gum #44255A

Color information

#44255A (or 0x44255A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 25 and 5A. RGB value is (68,37,90). Sum of RGB (Red+Green+Blue) = 68+37+90=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #44255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44255A is #BBDAA5. Grayscale: #343434. Windows color (decimal): -12311206 or 5907780. OLE color: 5907780.

HSL color Cylindrical-coordinate representation of color #44255A: hue angle of 275.09º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44255A is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB683790-
CMYK0.240.5900.65
HSL275.09º41.73%24.9%-
HSV(B)275.09º58.89%35.29%-
XYZ4.893.2910.05-
YUV52.31149.27139.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=34.87%
G=18.97%
B=46.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6837900.240.5900.65275.0941.7324.9
Hex44255A183B0411132a19
Octal10445132307301014235231
Binary10001001001011011010110001110110100000110001001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44255A; }

 p { color: rgb(68,37,90); }

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

<style>
 a { background-color: #44255A; }

 a { background-color: rgb(68,37,90); }

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

<style>
 span { border-color: #44255A; }

 span { border-color: rgb(68,37,90); }

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