#441457

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

Shades of Scarlet Gum #441457

Tints of Scarlet Gum #441457

Color information

#441457 (or 0x441457) is unknown color: approx Scarlet Gum. HEX triplet: 44, 14 and 57. RGB value is (68,20,87). Sum of RGB (Red+Green+Blue) = 68+20+87=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #441457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441457 is #BBEBA8. Grayscale: #292929. Windows color (decimal): -12315561 or 5706820. OLE color: 5706820.

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

Color convert

RGB682087-
CMYK0.220.7700.66
HSL282.99º62.62%20.98%-
HSV(B)282.99º77.01%34.12%-
XYZ4.352.429.25-
YUV41.99153.4146.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=38.86%
G=11.43%
B=49.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6820870.220.7700.66282.9962.6220.98
Hex441457164D04211b3f15
Octal104241272611501024337725
Binary10001001010010101111011010011010100001010001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441457; }

 p { color: rgb(68,20,87); }

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

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

 a { background-color: rgb(68,20,87); }

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

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

 span { border-color: rgb(68,20,87); }

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