#441052

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

Shades of Scarlet Gum #441052

Tints of Scarlet Gum #441052

Color information

#441052 (or 0x441052) is unknown color: approx Scarlet Gum. HEX triplet: 44, 10 and 52. RGB value is (68,16,82). Sum of RGB (Red+Green+Blue) = 68+16+82=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #441052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441052 is #BBEFAD. Grayscale: #262626. Windows color (decimal): -12316590 or 5378116. OLE color: 5378116.

HSL color Cylindrical-coordinate representation of color #441052: hue angle of 287.27º 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 #441052 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB681682-
CMYK0.170.8000.68
HSL287.27º67.35%19.22%-
HSV(B)287.27º80.49%32.16%-
XYZ4.092.218.19-
YUV39.07152.23148.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=40.96%
G=9.64%
B=49.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6816820.170.8000.68287.2767.3519.22
Hex441052115004411f4313
Octal1042012221120010443710323
Binary100010010000101001010001101000001000100100011111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441052; }

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

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

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

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

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

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

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

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