#441454

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

Shades of Scarlet Gum #441454

Tints of Scarlet Gum #441454

Color information

#441454 (or 0x441454) is unknown color: approx Scarlet Gum. HEX triplet: 44, 14 and 54. RGB value is (68,20,84). Sum of RGB (Red+Green+Blue) = 68+20+84=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #441454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441454 is #BBEBAB. Grayscale: #292929. Windows color (decimal): -12315564 or 5510212. OLE color: 5510212.

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

Color convert

RGB682084-
CMYK0.190.7600.67
HSL285º61.54%20.39%-
HSV(B)285º76.19%32.94%-
XYZ4.232.378.62-
YUV41.65151.9146.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=39.53%
G=11.63%
B=48.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6820840.190.7600.6728561.5420.39
Hex441454134C04311d3e14
Octal104241242311401034357624
Binary10001001010010101001001110011000100001110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441454; }

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

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

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

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

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

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

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

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