#442356

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

Shades of Scarlet Gum #442356

Tints of Scarlet Gum #442356

Color information

#442356 (or 0x442356) is unknown color: approx Scarlet Gum. HEX triplet: 44, 23 and 56. RGB value is (68,35,86). Sum of RGB (Red+Green+Blue) = 68+35+86=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #442356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442356 is #BBDCA9. Grayscale: #323232. Windows color (decimal): -12311722 or 5645124. OLE color: 5645124.

HSL color Cylindrical-coordinate representation of color #442356: hue angle of 278.82º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442356 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB683586-
CMYK0.210.5900.66
HSL278.82º42.15%23.73%-
HSV(B)278.82º59.3%33.73%-
XYZ4.663.19.16-
YUV50.68147.93140.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=35.98%
G=18.52%
B=45.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6835860.210.5900.66278.8242.1523.73
Hex442356153B0421172a18
Octal10443126257301024275230
Binary10001001000111010110101011110110100001010001011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442356; }

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

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

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

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

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

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

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

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