#442954

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

Shades of Scarlet Gum #442954

Tints of Scarlet Gum #442954

Color information

#442954 (or 0x442954) is unknown color: approx Scarlet Gum. HEX triplet: 44, 29 and 54. RGB value is (68,41,84). Sum of RGB (Red+Green+Blue) = 68+41+84=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #442954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442954 is #BBD6AB. Grayscale: #353535. Windows color (decimal): -12310188 or 5515588. OLE color: 5515588.

HSL color Cylindrical-coordinate representation of color #442954: hue angle of 277.67º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442954 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB684184-
CMYK0.190.5100.67
HSL277.67º34.4%24.51%-
HSV(B)277.67º51.19%32.94%-
XYZ4.783.458.8-
YUV53.98144.95138-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=35.23%
G=21.24%
B=43.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6841840.190.5100.67277.6734.424.51
Hex44295413330431162219
Octal10451124236301034264231
Binary10001001010011010100100111100110100001110001011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442954; }

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

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

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

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

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

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

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

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