#441861

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

Shades of Scarlet Gum #441861

Tints of Scarlet Gum #441861

Color information

#441861 (or 0x441861) is unknown color: approx Scarlet Gum. HEX triplet: 44, 18 and 61. RGB value is (68,24,97). Sum of RGB (Red+Green+Blue) = 68+24+97=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #441861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441861 is #BBE79E. Grayscale: #2D2D2D. Windows color (decimal): -12314527 or 6363204. OLE color: 6363204.

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

Color convert

RGB682497-
CMYK0.300.7500.62
HSL276.16º60.33%23.73%-
HSV(B)276.16º75.26%38.04%-
XYZ4.872.7511.58-
YUV45.48157.08144.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=35.98%
G=12.70%
B=51.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6824970.300.7500.62276.1660.3323.73
Hex4418611E4B03E1143c18
Octal10430141361130764247430
Binary1000100110001100001111101001011011111010001010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441861; }

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

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

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

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

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

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

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

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