#441561

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

Shades of Scarlet Gum #441561

Tints of Scarlet Gum #441561

Color information

#441561 (or 0x441561) is unknown color: approx Scarlet Gum. HEX triplet: 44, 15 and 61. RGB value is (68,21,97). Sum of RGB (Red+Green+Blue) = 68+21+97=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #441561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441561 is #BBEA9E. Grayscale: #2B2B2B. Windows color (decimal): -12315295 or 6362436. OLE color: 6362436.

HSL color Cylindrical-coordinate representation of color #441561: hue angle of 277.11º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #441561 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB682197-
CMYK0.300.7800.62
HSL277.11º64.41%23.14%-
HSV(B)277.11º78.35%38.04%-
XYZ4.812.6311.56-
YUV43.72158.07145.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=36.56%
G=11.29%
B=52.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6821970.300.7800.62277.1164.4123.14
Hex4415611E4E03E1154017
Octal104251413611607642510027
Binary10001001010111000011111010011100111110100010101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441561; }

 p { color: rgb(68,21,97); }

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

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

 a { background-color: rgb(68,21,97); }

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

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

 span { border-color: rgb(68,21,97); }

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