#441051

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

Shades of Scarlet Gum #441051

Tints of Scarlet Gum #441051

Color information

#441051 (or 0x441051) is unknown color: approx Scarlet Gum. HEX triplet: 44, 10 and 51. RGB value is (68,16,81). Sum of RGB (Red+Green+Blue) = 68+16+81=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #441051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441051 is #BBEFAE. Grayscale: #262626. Windows color (decimal): -12316591 or 5312580. OLE color: 5312580.

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

Color convert

RGB681681-
CMYK0.160.8000.68
HSL288º67.01%19.02%-
HSV(B)288º80.25%31.76%-
XYZ4.052.197.99-
YUV38.96151.73148.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=41.21%
G=9.70%
B=49.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6816810.160.8000.6828867.0119.02
Hex44105110500441204313
Octal1042012120120010444010323
Binary100010010000101000110000101000001000100100100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441051; }

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

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

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

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

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

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

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

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