#441D5D

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

Shades of Scarlet Gum #441D5D

Tints of Scarlet Gum #441D5D

Color information

#441D5D (or 0x441D5D) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1D and 5D. RGB value is (68,29,93). Sum of RGB (Red+Green+Blue) = 68+29+93=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #441D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D5D is #BBE2A2. Grayscale: #2F2F2F. Windows color (decimal): -12313251 or 6102340. OLE color: 6102340.

HSL color Cylindrical-coordinate representation of color #441D5D: hue angle of 276.56º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441D5D is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB682993-
CMYK0.270.6900.64
HSL276.56º52.46%23.92%-
HSV(B)276.56º68.82%36.47%-
XYZ4.82.910.66-
YUV47.96153.42142.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=35.79%
G=15.26%
B=48.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6829930.270.6900.64276.5652.4623.92
Hex441D5D1B450401153418
Octal104351353310501004256430
Binary10001001110110111011101110001010100000010001010111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,29,93); }

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

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

 a { background-color: rgb(68,29,93); }

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

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

 span { border-color: rgb(68,29,93); }

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