#442552

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

Shades of Scarlet Gum #442552

Tints of Scarlet Gum #442552

Color information

#442552 (or 0x442552) is unknown color: approx Scarlet Gum. HEX triplet: 44, 25 and 52. RGB value is (68,37,82). Sum of RGB (Red+Green+Blue) = 68+37+82=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #442552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442552 is #BBDAAD. Grayscale: #333333. Windows color (decimal): -12311214 or 5383492. OLE color: 5383492.

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

Color convert

RGB683782-
CMYK0.170.5500.68
HSL281.33º37.82%23.33%-
HSV(B)281.33º54.88%32.16%-
XYZ4.573.168.35-
YUV51.4145.27139.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=36.36%
G=19.79%
B=43.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6837820.170.5500.68281.3337.8223.33
Hex44255211370441192617
Octal10445122216701044314627
Binary10001001001011010010100011101110100010010001100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442552; }

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

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

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

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

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

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

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

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