#442051

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

Shades of Scarlet Gum #442051

Tints of Scarlet Gum #442051

Color information

#442051 (or 0x442051) is unknown color: approx Scarlet Gum. HEX triplet: 44, 20 and 51. RGB value is (68,32,81). Sum of RGB (Red+Green+Blue) = 68+32+81=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #442051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442051 is #BBDFAE. Grayscale: #303030. Windows color (decimal): -12312495 or 5316676. OLE color: 5316676.

HSL color Cylindrical-coordinate representation of color #442051: hue angle of 284.08º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #442051 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB683281-
CMYK0.160.6000.68
HSL284.08º43.36%22.16%-
HSV(B)284.08º60.49%31.76%-
XYZ4.392.868.1-
YUV48.35146.43142.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=37.57%
G=17.68%
B=44.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6832810.160.6000.68284.0843.3622.16
Hex442051103C04411c2b16
Octal10440121207401044345326
Binary10001001000001010001100001111000100010010001110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442051; }

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

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

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

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

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

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

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

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