#44185A

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

Shades of Scarlet Gum #44185A

Tints of Scarlet Gum #44185A

Color information

#44185A (or 0x44185A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 18 and 5A. RGB value is (68,24,90). Sum of RGB (Red+Green+Blue) = 68+24+90=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #44185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44185A is #BBE7A5. Grayscale: #2C2C2C. Windows color (decimal): -12314534 or 5904452. OLE color: 5904452.

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

Color convert

RGB682490-
CMYK0.240.7300.65
HSL280º57.89%22.35%-
HSV(B)280º73.33%35.29%-
XYZ4.562.629.94-
YUV44.68153.58144.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=37.36%
G=13.19%
B=49.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6824900.240.7300.6528057.8922.35
Hex44185A18490411183a16
Octal104301323011101014307226
Binary10001001100010110101100010010010100000110001100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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