#441151

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

Shades of Scarlet Gum #441151

Tints of Scarlet Gum #441151

Color information

#441151 (or 0x441151) is unknown color: approx Scarlet Gum. HEX triplet: 44, 11 and 51. RGB value is (68,17,81). Sum of RGB (Red+Green+Blue) = 68+17+81=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #441151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441151 is #BBEEAE. Grayscale: #272727. Windows color (decimal): -12316335 or 5312836. OLE color: 5312836.

HSL color Cylindrical-coordinate representation of color #441151: hue angle of 287.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441151 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB681781-
CMYK0.160.7900.68
HSL287.81º65.31%19.22%-
HSV(B)287.81º79.01%31.76%-
XYZ4.072.228-
YUV39.54151.4148.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=40.96%
G=10.24%
B=48.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6817810.160.7900.68287.8165.3119.22
Hex441151104F0441204113
Octal1042112120117010444010123
Binary100010010001101000110000100111101000100100100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441151; }

 p { color: rgb(68,17,81); }

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

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

 a { background-color: rgb(68,17,81); }

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

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

 span { border-color: rgb(68,17,81); }

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