#442054

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

Shades of Scarlet Gum #442054

Tints of Scarlet Gum #442054

Color information

#442054 (or 0x442054) is unknown color: approx Scarlet Gum. HEX triplet: 44, 20 and 54. RGB value is (68,32,84). Sum of RGB (Red+Green+Blue) = 68+32+84=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #442054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442054 is #BBDFAB. Grayscale: #303030. Windows color (decimal): -12312492 or 5513284. OLE color: 5513284.

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

Color convert

RGB683284-
CMYK0.190.6200.67
HSL281.54º44.83%22.75%-
HSV(B)281.54º61.9%32.94%-
XYZ4.52.98.71-
YUV48.69147.93141.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=36.96%
G=17.39%
B=45.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6832840.190.6200.67281.5444.8322.75
Hex442054133E04311a2d17
Octal10440124237601034325527
Binary10001001000001010100100111111100100001110001101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442054; }

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

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

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

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

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

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

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

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