#44225A

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

Shades of Scarlet Gum #44225A

Tints of Scarlet Gum #44225A

Color information

#44225A (or 0x44225A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 22 and 5A. RGB value is (68,34,90). Sum of RGB (Red+Green+Blue) = 68+34+90=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #44225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44225A is #BBDDA5. Grayscale: #323232. Windows color (decimal): -12311974 or 5907012. OLE color: 5907012.

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

Color convert

RGB683490-
CMYK0.240.6200.65
HSL276.43º45.16%24.31%-
HSV(B)276.43º62.22%35.29%-
XYZ4.83.1110.02-
YUV50.55150.26140.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=35.42%
G=17.71%
B=46.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6834900.240.6200.65276.4345.1624.31
Hex44225A183E0411142d18
Octal10442132307601014245530
Binary10001001000101011010110001111100100000110001010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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