#442550

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

Shades of Scarlet Gum #442550

Tints of Scarlet Gum #442550

Color information

#442550 (or 0x442550) is unknown color: approx Scarlet Gum. HEX triplet: 44, 25 and 50. RGB value is (68,37,80). Sum of RGB (Red+Green+Blue) = 68+37+80=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #442550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442550 is #BBDAAF. Grayscale: #333333. Windows color (decimal): -12311216 or 5252420. OLE color: 5252420.

HSL color Cylindrical-coordinate representation of color #442550: hue angle of 283.26º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #442550 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB683780-
CMYK0.150.5400.69
HSL283.26º36.75%22.94%-
HSV(B)283.26º53.75%31.37%-
XYZ4.493.137.96-
YUV51.17144.27140-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=36.76%
G=20%
B=43.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6837800.150.5400.69283.2636.7522.94
Hex442550F3604511b2517
Octal10445120176601054334527
Binary1000100100101101000011111101100100010110001101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442550; }

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

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

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

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

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

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

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

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