#442555

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

Shades of Scarlet Gum #442555

Tints of Scarlet Gum #442555

Color information

#442555 (or 0x442555) is unknown color: approx Scarlet Gum. HEX triplet: 44, 25 and 55. RGB value is (68,37,85). Sum of RGB (Red+Green+Blue) = 68+37+85=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #442555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442555 is #BBDAAA. Grayscale: #333333. Windows color (decimal): -12311211 or 5580100. OLE color: 5580100.

HSL color Cylindrical-coordinate representation of color #442555: hue angle of 278.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442555 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB683785-
CMYK0.200.5600.67
HSL278.75º39.34%23.92%-
HSV(B)278.75º56.47%33.33%-
XYZ4.693.218.97-
YUV51.74146.77139.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=35.79%
G=19.47%
B=44.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6837850.200.5600.67278.7539.3423.92
Hex44255514380431172718
Octal10445125247001034274730
Binary10001001001011010101101001110000100001110001011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442555; }

 p { color: rgb(68,37,85); }

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

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

 a { background-color: rgb(68,37,85); }

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

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

 span { border-color: rgb(68,37,85); }

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