#442459

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

Shades of Scarlet Gum #442459

Tints of Scarlet Gum #442459

Color information

#442459 (or 0x442459) is unknown color: approx Scarlet Gum. HEX triplet: 44, 24 and 59. RGB value is (68,36,89). Sum of RGB (Red+Green+Blue) = 68+36+89=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #442459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442459 is #BBDBA6. Grayscale: #333333. Windows color (decimal): -12311463 or 5841988. OLE color: 5841988.

HSL color Cylindrical-coordinate representation of color #442459: hue angle of 276.23º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #442459 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB683689-
CMYK0.240.6000.65
HSL276.23º42.4%24.51%-
HSV(B)276.23º59.55%34.9%-
XYZ4.823.219.82-
YUV51.61149.1139.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=35.23%
G=18.65%
B=46.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6836890.240.6000.65276.2342.424.51
Hex442459183C0411142a19
Octal10444131307401014245231
Binary10001001001001011001110001111000100000110001010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442459; }

 p { color: rgb(68,36,89); }

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

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

 a { background-color: rgb(68,36,89); }

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

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

 span { border-color: rgb(68,36,89); }

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