#442360

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

Shades of Scarlet Gum #442360

Tints of Scarlet Gum #442360

Color information

#442360 (or 0x442360) is unknown color: approx Scarlet Gum. HEX triplet: 44, 23 and 60. RGB value is (68,35,96). Sum of RGB (Red+Green+Blue) = 68+35+96=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #442360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442360 is #BBDC9F. Grayscale: #333333. Windows color (decimal): -12311712 or 6300484. OLE color: 6300484.

HSL color Cylindrical-coordinate representation of color #442360: hue angle of 272.46º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #442360 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB683596-
CMYK0.290.6400.62
HSL272.46º46.56%25.69%-
HSV(B)272.46º63.54%37.65%-
XYZ5.13.2811.43-
YUV51.82152.93139.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=34.17%
G=17.59%
B=48.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6835960.290.6400.62272.4646.5625.69
Hex4423601D4003E1102f1a
Octal10443140351000764205732
Binary10001001000111100000111011000000011111010001000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442360; }

 p { color: rgb(68,35,96); }

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

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

 a { background-color: rgb(68,35,96); }

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

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

 span { border-color: rgb(68,35,96); }

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