#442650

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

Shades of Scarlet Gum #442650

Tints of Scarlet Gum #442650

Color information

#442650 (or 0x442650) is unknown color: approx Scarlet Gum. HEX triplet: 44, 26 and 50. RGB value is (68,38,80). Sum of RGB (Red+Green+Blue) = 68+38+80=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #442650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442650 is #BBD9AF. Grayscale: #333333. Windows color (decimal): -12310960 or 5252676. OLE color: 5252676.

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

Color convert

RGB683880-
CMYK0.150.5200.69
HSL282.86º35.59%23.14%-
HSV(B)282.86º52.5%31.37%-
XYZ4.523.197.97-
YUV51.76143.94139.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=36.56%
G=20.43%
B=43.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6838800.150.5200.69282.8635.5923.14
Hex442650F3404511b2417
Octal10446120176401054334427
Binary1000100100110101000011111101000100010110001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442650; }

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

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

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

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

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

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

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

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