#442E4F

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

Shades of Scarlet Gum #442E4F

Tints of Scarlet Gum #442E4F

Color information

#442E4F (or 0x442E4F) is unknown color: approx Scarlet Gum. HEX triplet: 44, 2E and 4F. RGB value is (68,46,79). Sum of RGB (Red+Green+Blue) = 68+46+79=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #442E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E4F is #BBD1B0. Grayscale: #383838. Windows color (decimal): -12308913 or 5189188. OLE color: 5189188.

HSL color Cylindrical-coordinate representation of color #442E4F: hue angle of 280º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #442E4F is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB684679-
CMYK0.140.4200.69
HSL280º26.4%24.51%-
HSV(B)280º41.77%30.98%-
XYZ4.773.757.87-
YUV56.34140.79136.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=35.23%
G=23.83%
B=40.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6846790.140.4200.6928026.424.51
Hex442E4FE2A0451181a19
Octal10456117165201054303231
Binary100010010111010011111110101010010001011000110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442E4F; }

 p { color: rgb(68,46,79); }

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

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

 a { background-color: rgb(68,46,79); }

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

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

 span { border-color: rgb(68,46,79); }

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