#442752

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

Shades of Scarlet Gum #442752

Tints of Scarlet Gum #442752

Color information

#442752 (or 0x442752) is unknown color: approx Scarlet Gum. HEX triplet: 44, 27 and 52. RGB value is (68,39,82). Sum of RGB (Red+Green+Blue) = 68+39+82=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #442752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442752 is #BBD8AD. Grayscale: #343434. Windows color (decimal): -12310702 or 5384004. OLE color: 5384004.

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

Color convert

RGB683982-
CMYK0.170.5200.68
HSL280.47º35.54%23.73%-
HSV(B)280.47º52.44%32.16%-
XYZ4.633.298.37-
YUV52.57144.61139-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=35.98%
G=20.63%
B=43.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6839820.170.5200.68280.4735.5423.73
Hex44275211340441182418
Octal10447122216401044304430
Binary10001001001111010010100011101000100010010001100010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442752; }

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

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

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

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

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

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

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

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