#441350

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

Shades of Scarlet Gum #441350

Tints of Scarlet Gum #441350

Color information

#441350 (or 0x441350) is unknown color: approx Scarlet Gum. HEX triplet: 44, 13 and 50. RGB value is (68,19,80). Sum of RGB (Red+Green+Blue) = 68+19+80=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #441350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441350 is #BBECAF. Grayscale: #282828. Windows color (decimal): -12315824 or 5247812. OLE color: 5247812.

HSL color Cylindrical-coordinate representation of color #441350: hue angle of 288.2º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441350 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB681980-
CMYK0.150.7600.69
HSL288.2º61.62%19.41%-
HSV(B)288.2º76.25%31.37%-
XYZ4.062.277.81-
YUV40.61150.23147.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=40.72%
G=11.38%
B=47.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6819800.150.7600.69288.261.6219.41
Hex441350F4C0451203e13
Octal104231201711401054407623
Binary1000100100111010000111110011000100010110010000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441350; }

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

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

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

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

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

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

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

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