#441E4E

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

Shades of Scarlet Gum #441E4E

Tints of Scarlet Gum #441E4E

Color information

#441E4E (or 0x441E4E) is unknown color: approx Scarlet Gum. HEX triplet: 44, 1E and 4E. RGB value is (68,30,78). Sum of RGB (Red+Green+Blue) = 68+30+78=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #441E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E4E is #BBE1B1. Grayscale: #2E2E2E. Windows color (decimal): -12313010 or 5119556. OLE color: 5119556.

HSL color Cylindrical-coordinate representation of color #441E4E: hue angle of 287.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441E4E is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB683078-
CMYK0.130.6200.69
HSL287.5º44.44%21.18%-
HSV(B)287.5º61.54%30.59%-
XYZ4.222.717.51-
YUV46.83145.59143.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=38.64%
G=17.05%
B=44.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6830780.130.6200.69287.544.4421.18
Hex441E4ED3E0451202c15
Octal10436116157601054405425
Binary100010011110100111011011111100100010110010000010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,30,78); }

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

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

 a { background-color: rgb(68,30,78); }

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

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

 span { border-color: rgb(68,30,78); }

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