#442951

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

Shades of Scarlet Gum #442951

Tints of Scarlet Gum #442951

Color information

#442951 (or 0x442951) is unknown color: approx Scarlet Gum. HEX triplet: 44, 29 and 51. RGB value is (68,41,81). Sum of RGB (Red+Green+Blue) = 68+41+81=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #442951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442951 is #BBD6AE. Grayscale: #353535. Windows color (decimal): -12310191 or 5318980. OLE color: 5318980.

HSL color Cylindrical-coordinate representation of color #442951: hue angle of 280.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #442951 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB684181-
CMYK0.160.4900.68
HSL280.5º32.79%23.92%-
HSV(B)280.5º49.38%31.76%-
XYZ4.663.418.2-
YUV53.63143.45138.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=35.79%
G=21.58%
B=42.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6841810.160.4900.68280.532.7923.92
Hex44295110310441182118
Octal10451121206101044304130
Binary10001001010011010001100001100010100010010001100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442951; }

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

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

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

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

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

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

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

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