#844652

Color #844652 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #844652

Tints of Solid Pink #844652

Color information

#844652 (or 0x844652) is unknown color: approx Solid Pink. HEX triplet: 84, 46 and 52. RGB value is (132,70,82). Sum of RGB (Red+Green+Blue) = 132+70+82=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844652 is #7BB9AD. Grayscale: #595959. Windows color (decimal): -8108462 or 5392004. OLE color: 5392004.

HSL color Cylindrical-coordinate representation of color #844652: hue angle of 348.39º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844652 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1327082-
CMYK00.470.380.48
HSL348.39º30.69%39.61%-
HSV(B)348.39º46.97%51.76%-
XYZ13.239.99.2-
YUV89.91123.54158.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=46.48%
G=24.65%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132708200.470.380.48348.3930.6939.61
Hex84465202F263015c1f28
Octal20410612205746605343750
Binary1000010010001101010010010111110011011000010101110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844652; }

 p { color: rgb(132,70,82); }

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

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

 a { background-color: rgb(132,70,82); }

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

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

 span { border-color: rgb(132,70,82); }

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