#441356

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

Shades of Scarlet Gum #441356

Tints of Scarlet Gum #441356

Color information

#441356 (or 0x441356) is unknown color: approx Scarlet Gum. HEX triplet: 44, 13 and 56. RGB value is (68,19,86). Sum of RGB (Red+Green+Blue) = 68+19+86=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #441356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441356 is #BBECA9. Grayscale: #292929. Windows color (decimal): -12315818 or 5641028. OLE color: 5641028.

HSL color Cylindrical-coordinate representation of color #441356: hue angle of 283.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #441356 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB681986-
CMYK0.210.7800.66
HSL283.88º63.81%20.59%-
HSV(B)283.88º77.91%33.73%-
XYZ4.32.379.03-
YUV41.29153.23147.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=39.31%
G=10.98%
B=49.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6819860.210.7800.66283.8863.8120.59
Hex441356154E04211c4015
Octal1042312625116010243410025
Binary100010010011101011010101100111001000010100011100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441356; }

 p { color: rgb(68,19,86); }

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

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

 a { background-color: rgb(68,19,86); }

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

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

 span { border-color: rgb(68,19,86); }

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