#844551

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

Shades of Solid Pink #844551

Tints of Solid Pink #844551

Color information

#844551 (or 0x844551) is unknown color: approx Solid Pink. HEX triplet: 84, 45 and 51. RGB value is (132,69,81). Sum of RGB (Red+Green+Blue) = 132+69+81=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #844551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844551 is #7BBAAE. Grayscale: #595959. Windows color (decimal): -8108719 or 5326212. OLE color: 5326212.

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

Color convert

RGB1326981-
CMYK00.480.390.48
HSL348.57º31.34%39.41%-
HSV(B)348.57º47.73%51.76%-
XYZ13.139.768.98-
YUV89.2123.37158.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=46.81%
G=24.47%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132698100.480.390.48348.5731.3439.41
Hex844551030273015d1f27
Octal20410512106047605353747
Binary1000010010001011010001011000010011111000010101110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844551; }

 p { color: rgb(132,69,81); }

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

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

 a { background-color: rgb(132,69,81); }

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

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

 span { border-color: rgb(132,69,81); }

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