#442957

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

Shades of Scarlet Gum #442957

Tints of Scarlet Gum #442957

Color information

#442957 (or 0x442957) is unknown color: approx Scarlet Gum. HEX triplet: 44, 29 and 57. RGB value is (68,41,87). Sum of RGB (Red+Green+Blue) = 68+41+87=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #442957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442957 is #BBD6A8. Grayscale: #363636. Windows color (decimal): -12310185 or 5712196. OLE color: 5712196.

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

Color convert

RGB684187-
CMYK0.220.5300.66
HSL275.22º35.94%25.1%-
HSV(B)275.22º52.87%34.12%-
XYZ4.93.59.43-
YUV54.32146.45137.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=34.69%
G=20.92%
B=44.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6841870.220.5300.66275.2235.9425.1
Hex44295716350421132419
Octal10451127266501024234431
Binary10001001010011010111101101101010100001010001001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442957; }

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

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

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

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

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

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

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

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