#442455

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

Shades of Scarlet Gum #442455

Tints of Scarlet Gum #442455

Color information

#442455 (or 0x442455) is unknown color: approx Scarlet Gum. HEX triplet: 44, 24 and 55. RGB value is (68,36,85). Sum of RGB (Red+Green+Blue) = 68+36+85=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #442455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442455 is #BBDBAA. Grayscale: #323232. Windows color (decimal): -12311467 or 5579844. OLE color: 5579844.

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

Color convert

RGB683685-
CMYK0.200.5800.67
HSL279.18º40.5%23.73%-
HSV(B)279.18º57.65%33.33%-
XYZ4.653.158.96-
YUV51.15147.1140.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=35.98%
G=19.05%
B=44.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6836850.200.5800.67279.1840.523.73
Hex442455143A0431172818
Octal10444125247201034275030
Binary10001001001001010101101001110100100001110001011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442455; }

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

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

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

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

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

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

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

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