#441F5E

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

Shades of Scarlet Gum #441F5E

Tints of Scarlet Gum #441F5E

Color information

#441F5E (or 0x441F5E) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1F and 5E. RGB value is (68,31,94). Sum of RGB (Red+Green+Blue) = 68+31+94=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #441F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F5E is #BBE0A1. Grayscale: #313131. Windows color (decimal): -12312738 or 6168388. OLE color: 6168388.

HSL color Cylindrical-coordinate representation of color #441F5E: hue angle of 275.24º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #441F5E is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB683194-
CMYK0.280.6700.63
HSL275.24º50.4%24.51%-
HSV(B)275.24º67.02%36.86%-
XYZ4.893.0210.91-
YUV49.24153.26141.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=35.23%
G=16.06%
B=48.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6831940.280.6700.63275.2450.424.51
Hex441F5E1C4303F1133219
Octal10437136341030774236231
Binary1000100111111011110111001000011011111110001001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441F5E; }

 p { color: rgb(68,31,94); }

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

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

 a { background-color: rgb(68,31,94); }

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

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

 span { border-color: rgb(68,31,94); }

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