#441251

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

Shades of Scarlet Gum #441251

Tints of Scarlet Gum #441251

Color information

#441251 (or 0x441251) is unknown color: approx Scarlet Gum. HEX triplet: 44, 12 and 51. RGB value is (68,18,81). Sum of RGB (Red+Green+Blue) = 68+18+81=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #441251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441251 is #BBEDAE. Grayscale: #272727. Windows color (decimal): -12316079 or 5313092. OLE color: 5313092.

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

Color convert

RGB681881-
CMYK0.160.7800.68
HSL287.62º63.64%19.41%-
HSV(B)287.62º77.78%31.76%-
XYZ4.092.268-
YUV40.13151.06147.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=40.72%
G=10.78%
B=48.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6818810.160.7800.68287.6263.6419.41
Hex441251104E0441204013
Octal1042212120116010444010023
Binary100010010010101000110000100111001000100100100000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441251; }

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

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

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

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

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

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

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

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