#440C5E

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

Shades of Scarlet Gum #440C5E

Tints of Scarlet Gum #440C5E

Color information

#440C5E (or 0x440C5E) is unknown color: approx Scarlet Gum. HEX triplet: 44, 0C and 5E. RGB value is (68,12,94). Sum of RGB (Red+Green+Blue) = 68+12+94=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #440C5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C5E is #BBF3A1. Grayscale: #252525. Windows color (decimal): -12317602 or 6163524. OLE color: 6163524.

HSL color Cylindrical-coordinate representation of color #440C5E: hue angle of 280.98º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440C5E is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB681294-
CMYK0.280.8700.63
HSL280.98º77.36%20.78%-
HSV(B)280.98º87.23%36.86%-
XYZ4.542.310.79-
YUV38.09159.55149.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 94 (37.11% from 255) = 54.02%
R=39.08%
G=6.90%
B=54.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6812940.280.8700.63280.9877.3620.78
Hex44C5E1C5703F1194d15
Octal104141363412707743111525
Binary1000100110010111101110010101110111111100011001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440C5E; }

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

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

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

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

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

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

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

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