#442257

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

Shades of Scarlet Gum #442257

Tints of Scarlet Gum #442257

Color information

#442257 (or 0x442257) is unknown color: approx Scarlet Gum. HEX triplet: 44, 22 and 57. RGB value is (68,34,87). Sum of RGB (Red+Green+Blue) = 68+34+87=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #442257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442257 is #BBDDA8. Grayscale: #323232. Windows color (decimal): -12311977 or 5710404. OLE color: 5710404.

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

Color convert

RGB683487-
CMYK0.220.6100.66
HSL278.49º43.8%23.73%-
HSV(B)278.49º60.92%34.12%-
XYZ4.683.069.36-
YUV50.21148.76140.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 87 (34.38% from 255) = 46.03%
R=35.98%
G=17.99%
B=46.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6834870.220.6100.66278.4943.823.73
Hex442257163D0421162c18
Octal10442127267501024265430
Binary10001001000101010111101101111010100001010001011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442257; }

 p { color: rgb(68,34,87); }

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

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

 a { background-color: rgb(68,34,87); }

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

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

 span { border-color: rgb(68,34,87); }

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