#441855

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

Shades of Scarlet Gum #441855

Tints of Scarlet Gum #441855

Color information

#441855 (or 0x441855) is unknown color: approx Scarlet Gum. HEX triplet: 44, 18 and 55. RGB value is (68,24,85). Sum of RGB (Red+Green+Blue) = 68+24+85=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #441855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441855 is #BBE7AA. Grayscale: #2B2B2B. Windows color (decimal): -12314539 or 5576772. OLE color: 5576772.

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

Color convert

RGB682485-
CMYK0.200.7200.67
HSL283.28º55.96%21.37%-
HSV(B)283.28º71.76%33.33%-
XYZ4.352.548.85-
YUV44.11151.08145.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=38.42%
G=13.56%
B=48.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6824850.200.7200.67283.2855.9621.37
Hex441855144804311b3815
Octal104301252411001034337025
Binary10001001100010101011010010010000100001110001101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441855; }

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

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

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

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

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

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

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

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