#442D50

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

Shades of Scarlet Gum #442D50

Tints of Scarlet Gum #442D50

Color information

#442D50 (or 0x442D50) is unknown color: approx Scarlet Gum. HEX triplet: 44, 2D and 50. RGB value is (68,45,80). Sum of RGB (Red+Green+Blue) = 68+45+80=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #442D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D50 is #BBD2AF. Grayscale: #373737. Windows color (decimal): -12309168 or 5254468. OLE color: 5254468.

HSL color Cylindrical-coordinate representation of color #442D50: hue angle of 279.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442D50 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB684580-
CMYK0.150.4400.69
HSL279.43º28%24.51%-
HSV(B)279.43º43.75%31.37%-
XYZ4.773.688.05-
YUV55.87141.62136.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=35.23%
G=23.32%
B=41.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6845800.150.4400.69279.432824.51
Hex442D50F2C0451171c19
Octal10455120175401054273431
Binary100010010110110100001111101100010001011000101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442D50; }

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

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

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

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

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

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

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

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