#442052

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

Shades of Scarlet Gum #442052

Tints of Scarlet Gum #442052

Color information

#442052 (or 0x442052) is unknown color: approx Scarlet Gum. HEX triplet: 44, 20 and 52. RGB value is (68,32,82). Sum of RGB (Red+Green+Blue) = 68+32+82=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #442052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442052 is #BBDFAD. Grayscale: #303030. Windows color (decimal): -12312494 or 5382212. OLE color: 5382212.

HSL color Cylindrical-coordinate representation of color #442052: hue angle of 283.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442052 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB683282-
CMYK0.170.6100.68
HSL283.2º43.86%22.35%-
HSV(B)283.2º60.98%32.16%-
XYZ4.422.878.3-
YUV48.46146.93141.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=37.36%
G=17.58%
B=45.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6832820.170.6100.68283.243.8622.35
Hex442052113D04411b2c16
Octal10440122217501044335426
Binary10001001000001010010100011111010100010010001101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442052; }

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

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

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

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

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

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

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

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